enable method
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');
}
Enables log domain, sends the entries collected so far to the client by means of the
entryAdded
notification.
Future<void> enable() async {
await _client.send('Log.enable');
}