FakeBluetoothRfcommPlatform constructor
FakeBluetoothRfcommPlatform({
- bool supported = true,
- BluetoothAdapterState adapterState = BluetoothAdapterState.on,
Implementation
FakeBluetoothRfcommPlatform({
this.supported = true,
BluetoothAdapterState adapterState = BluetoothAdapterState.on,
}) : _adapterState = adapterState;