send
External Documentation
void
send(
Sends a string message through the WebSocket.
Implementation
void send(String message) => _ws.send(message.toJS);
void
send(
Sends a string message through the WebSocket.
void send(String message) => _ws.send(message.toJS);