IoWebSocketsService<Id, Data> constructor

IoWebSocketsService<Id, Data>(
  1. WebSocketChannel? socket,
  2. WebSockets app,
  3. String uri,
  4. Type? type,
)

Implementation

IoWebSocketsService(
    WebSocketChannel? socket, WebSockets app, String uri, this.type)
    : super(socket, app, uri);