refreshBrowserSource method Null safety

Future<void> refreshBrowserSource(
  1. String sourceName
)

Refreshes the specified browser source.

Implementation

Future<void> refreshBrowserSource(String sourceName) async {
  await command('RefreshBrowserSource', {'sourceName': 'opsLower'});
}