enable method

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

Enables headless events for the target.

Implementation

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