wsConnectionStatusStream property

Stream<ConnectionStatus> wsConnectionStatusStream

This notifies the connection status of the _ws connection. Listen to this to get notified when the _ws tries to reconnect.

Implementation

Stream<ConnectionStatus> get wsConnectionStatusStream =>
    _wsConnectionStatusController.stream.distinct();