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