BleDeviceAuthorizing constructor

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

Implementation

const BleDeviceAuthorizing({
  super.status = BluetoothAdapterState.unknown,
});