onConnectionState property

Stream<WebSocketConnectionState> get onConnectionState

Implementation

Stream<WebSocketConnectionState> get onConnectionState =>
    _connectionSubject.stream;