sink property

StreamSink<T> get sink

@Throwing(UnsupportedError)

Implementation

StreamSink<T> get sink => throw UnsupportedError('Use asyncAdd');