BluetoothState constructor

BluetoothState({
  1. required bool isBluetoothEnabled,
  2. required List<BluetoothDevice> connectedDevices,
})

Implementation

BluetoothState({
  required this.isBluetoothEnabled,
  required this.connectedDevices,
});