disable method

Future<void> disable()

Disables domain notifications.

Implementation

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