disable method
Disable the BluetoothEmulation domain.
Implementation
Future<void> disable() async {
await _client.send('BluetoothEmulation.disable');
}
Disable the BluetoothEmulation domain.
Future<void> disable() async {
await _client.send('BluetoothEmulation.disable');
}