enable method

Future<void> enable()

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');
}