disable method

  1. @Deprecated('This command is deprecated')
Future<void> disable()

Disables headless events for the target.

Implementation

@Deprecated('This command is deprecated')
Future<void> disable() async {
  await _client.send('HeadlessExperimental.disable');
}