disable method
Disables database tracking, prevents database events from being sent to the client.
Implementation
Future<void> disable() async {
await _client.send('Database.disable');
}
Disables database tracking, prevents database events from being sent to the client.
Future<void> disable() async {
await _client.send('Database.disable');
}