socket property
WebSocketChannel?
get
socket
The WebSocketChannel
underneath this instance.
Implementation
WebSocketChannel? get socket => _socket;
The WebSocketChannel
underneath this instance.
WebSocketChannel? get socket => _socket;