sink property

A StreamSink that sends data to the remote side. Chucks must be equal to or less than maximumPacketSize.

Implementation

StreamSink<SSHChannelData> get sink => _controller._localStream.sink;