IoWebSocketsService<Id, Data> constructor
IoWebSocketsService<Id, Data> (
- WebSocketChannel? socket,
- WebSockets app,
- String uri,
- Type? type,
Implementation
IoWebSocketsService(
WebSocketChannel? socket, WebSockets app, String uri, this.type)
: super(socket, app, uri);