connectionEventStream property

Stream<WebSocketEvent> get connectionEventStream

Returns the stream of connection events.

Implementation

Stream<WebSocketEvent> get connectionEventStream =>
    _connection?.eventStream ?? const Stream.empty();