WebsocketDSClient constructor

WebsocketDSClient(
  1. WebSocket ws,
  2. String url
)

Implementation

WebsocketDSClient(this.ws, this.url);