send

External Documentation

void send(

  1. String message
)

Sends a string message through the WebSocket.

Implementation

void send(String message) => _ws.send(message.toJS);