setWebSocket method

void setWebSocket(
  1. CustomWebSocket websocket
)

Sets the WebSocket object

Implementation

void setWebSocket(CustomWebSocket websocket) {
  this.websocket = websocket;
}