send method

  1. @override
void send(
  1. String frame
)
override

Sends frame.

Throws when the link is already gone, which the channel treats as the link being gone.

Implementation

@override
void send(String frame) => _socket.add(frame);