Disables events from backend.
Future<void> disable() async { await _client.send('IndexedDB.disable'); }