WebSocketDuplexConnection constructor
WebSocketDuplexConnection(
- WebSocketChannel webSocket, {
- SocketClosedCallback? socketClosedCallback,
Implementation
WebSocketDuplexConnection(this.webSocket, {this.socketClosedCallback});