enable method
Enables database tracking, database events will now be delivered to the client.
Implementation
Future<void> enable() async {
await _client.send('Database.enable');
}
Enables database tracking, database events will now be delivered to the client.
Future<void> enable() async {
await _client.send('Database.enable');
}