disable method
Disables console domain, prevents further console messages from being reported to the client.
Implementation
Future<void> disable() async {
await _client.send('Console.disable');
}
Disables console domain, prevents further console messages from being reported to the client.
Future<void> disable() async {
await _client.send('Console.disable');
}