sink property
The sink for sending values to the other endpoint.
Implementation
@override
StreamSink<Uint8List> get sink =>
CommonTransformers.listIntToUint8ListSink.bind(_sink);
The sink for sending values to the other endpoint.
@override
StreamSink<Uint8List> get sink =>
CommonTransformers.listIntToUint8ListSink.bind(_sink);