enable method
Enables console domain, sends the messages collected so far to the client by means of the
messageAdded
notification.
Implementation
Future<void> enable() async {
await _client.send('Console.enable');
}
Enables console domain, sends the messages collected so far to the client by means of the
messageAdded
notification.
Future<void> enable() async {
await _client.send('Console.enable');
}