enable method

Future<void> enable()

Enable events in this domain.

Implementation

Future<void> enable() async {
  await _client.send('DeviceAccess.enable');
}