enable method

Future<void> enable()

Enables log domain, sends the entries collected so far to the client by means of the entryAdded notification.

Implementation

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