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