send abstract method

void send(
  1. String data
)

Send some raw data to the server. This will trigger a 'raw' event on the server-side which will carry the provided data.

Implementation

void send(String data);