BluetoothState.init constructor

  1. @visibleForTesting
const BluetoothState.init(
  1. String value, {
  2. bool isAndroid = true,
  3. bool isIOS = true,
})

Implementation

@visibleForTesting
const BluetoothState.init(
  this.value, {
  this.isAndroid = true,
  this.isIOS = true,
});