onWebSocketChannelException property

Stream<WebSocketChannelException> get onWebSocketChannelException

Fired on WebSocketChannelExceptions.

Implementation

Stream<WebSocketChannelException> get onWebSocketChannelException =>
    _onWebSocketChannelException.stream;