Disables debugger for given page.
Future<void> disable() async { await _client.send('Debugger.disable'); }