sink property

  1. @override
StreamSink<WebSocketData> sink
override

Messages added to this sink will be sent to the other side of the connection.

Implementation

@override
StreamSink<WebSocketData> get sink => _sinkController;