enable method
Enables inspector domain notifications.
Implementation
Future<void> enable() async {
await _client.send('Inspector.enable');
}
Enables inspector domain notifications.
Future<void> enable() async {
await _client.send('Inspector.enable');
}