BluetoothState constructor
BluetoothState({
- required bool isBluetoothEnabled,
- required List<
BluetoothDevice> connectedDevices,
Implementation
BluetoothState({required this.isBluetoothEnabled, required this.connectedDevices});