enable method
Enable the BluetoothEmulation domain.
state
State of the simulated central.
Implementation
Future<void> enable(CentralState state) async {
await _client.send('BluetoothEmulation.enable', {'state': state});
}
Enable the BluetoothEmulation domain.
state
State of the simulated central.
Future<void> enable(CentralState state) async {
await _client.send('BluetoothEmulation.enable', {'state': state});
}