channel property
WebSocketChannel?
get
channel
Provides direct access to the WebSocket channel for advanced use cases
Implementation
WebSocketChannel? get channel => _channel;
Provides direct access to the WebSocket channel for advanced use cases
WebSocketChannel? get channel => _channel;