Dart
dart:async
StreamController
<
T
>
sink property
description
sink property
StreamSink
<
T
>
sink
Returns a view of this object that only exposes the
StreamSink
interface.
Implementation
StreamSink<T>
get
sink;