send

External Documentation

void send(

  1. String message
)

Implementation

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