send abstract method

void send(
  1. Uint8List message
)

Send a bytes message to the connected client

Implementation

void send(Uint8List message);