sendRaw abstract method

void sendRaw(
  1. Uint8List raw
)

Sends raw over the socket.

Implementation

void sendRaw(Uint8List raw);