disable method

Future<void> disable()

Disables page domain notifications.

Implementation

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