enable method
Enables headless events for the target.
Implementation
@Deprecated('This command is deprecated')
Future<void> enable() async {
await _client.send('HeadlessExperimental.enable');
}
Enables headless events for the target.
@Deprecated('This command is deprecated')
Future<void> enable() async {
await _client.send('HeadlessExperimental.enable');
}