send method

void send(
  1. String text
)
override

Sends text over the socket.

Implementation

void send(String text) => sent.add(text);