WebsocketClient constructor

WebsocketClient({
  1. bool sandbox = false,
})

Implementation

WebsocketClient({
  this.sandbox = false,
});