send method

void send(
  1. String message
)

Sends message to the peer.

Implementation

void send(String message) => channel.sink.add(message);