sink property

  1. @override
StreamSink<T> sink
override

The default output stream.

This connects to the remote stream. If this is closed, the remote stream will close, but other virtual channels will remain open and new virtual channels may be opened.

Implementation

@override
StreamSink<T> get sink;