stopLoading method
Force the page stop all navigations and pending resource fetches.
Implementation
Future<void> stopLoading() async {
await _client.send('Page.stopLoading');
}
Force the page stop all navigations and pending resource fetches.
Future<void> stopLoading() async {
await _client.send('Page.stopLoading');
}