send method

void send(
  1. String data
)

Send data to the server.

Implementation

void send(String data) {
  _jsClient.send(data);
}