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