onBluetoothStateChanged property

Stream<BluetoothState> onBluetoothStateChanged

Stream firing events whenever the bluetooth state changes

Implementation

Stream<BluetoothState> get onBluetoothStateChanged =>
    _bluetoothStateStream.stream.distinct();