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