disable method
Disables inspector domain notifications.
Implementation
Future<void> disable() async {
await _client.send('Inspector.disable');
}
Disables inspector domain notifications.
Future<void> disable() async {
await _client.send('Inspector.disable');
}