WebSocketChannel constructor

WebSocketChannel(
  1. Socket socket, {
  2. bool mask = false,
})

Implementation

WebSocketChannel(this.socket, {this.mask = false});