refreshBrowserSource method Null safety
- String sourceName
Refreshes the specified browser source.
Implementation
Future<void> refreshBrowserSource(String sourceName) async {
await command('RefreshBrowserSource', {'sourceName': 'opsLower'});
}
Refreshes the specified browser source.
Future<void> refreshBrowserSource(String sourceName) async {
await command('RefreshBrowserSource', {'sourceName': 'opsLower'});
}