onBluetoothStateChanged property
Stream firing events whenever the bluetooth state changes
Implementation
Stream<BluetoothState> get onBluetoothStateChanged =>
_bluetoothStateStream.stream.distinct();
Stream firing events whenever the bluetooth state changes
Stream<BluetoothState> get onBluetoothStateChanged =>
_bluetoothStateStream.stream.distinct();