onConnectionChanged property

Stream<BluetoothConnectionState> get onConnectionChanged

Implementation

Stream<BluetoothConnectionState> get onConnectionChanged =>
    _connectionStreamController.stream;