connectionStatus property

Stream<bool> get connectionStatus

Gets a stream of connection status changes.

The stream emits true when the device is connected and false when it's disconnected.

Implementation

Stream<bool> get connectionStatus =>
    _connectionStream ?? MSRXPlatform.instance.getConnectionStatusStream();