BleDeviceState constructor

const BleDeviceState({
  1. BluetoothAdapterState status = BluetoothAdapterState.unknown,
})

Implementation

const BleDeviceState({
  this.status = BluetoothAdapterState.unknown,
});