String getBrowserUrl() => null;
Future<String> webFilePicker() => null;
void webDownload(String filename, String data) {}
void webReload() {}
void registerWebView(String html) {}