enable method

Future<void> enable()

Enables database tracking, database events will now be delivered to the client.

Implementation

Future<void> enable() async {
  await _client.send('Database.enable');
}