disable method
Disables network tracking, prevents network events from being sent to the client.
Implementation
Future<void> disable() async {
  await _client.send('Network.disable');
}Disables network tracking, prevents network events from being sent to the client.
Future<void> disable() async {
  await _client.send('Network.disable');
}