send abstract method

void send(
  1. int opCode,
  2. dynamic d
)

Sends WS data.

Implementation

void send(int opCode, dynamic d);