GraphQLWebSocketChannel constructor

GraphQLWebSocketChannel(
  1. WebSocketChannel _webSocket
)

Implementation

GraphQLWebSocketChannel(this._webSocket)
    : stream = _webSocket.stream.asBroadcastStream();