disable method

Future<void> disable()

Disable the BluetoothEmulation domain.

Implementation

Future<void> disable() async {
  await _client.send('BluetoothEmulation.disable');
}