forWSConnect method

void forWSConnect(
  1. ChalonaSocketIO ws
)

Implementation

void forWSConnect(ChalonaSocketIO ws) {
  _ws.add(ws);
}