disable method

Future<void> disable()

Disables inspector domain notifications.

Implementation

Future<void> disable() async {
  await _client.send('Inspector.disable');
}