stopLoading method

Future<void> stopLoading()

Force the page stop all navigations and pending resource fetches.

Implementation

Future<void> stopLoading() async {
  await _client.send('Page.stopLoading');
}