FakeBluetoothRfcommPlatform constructor

FakeBluetoothRfcommPlatform({
  1. bool supported = true,
  2. BluetoothAdapterState adapterState = BluetoothAdapterState.on,
})

Implementation

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