Flutter
stream_channel
StreamChannel
<
T
>
stream property
stream
StreamChannel class
Constructors
StreamChannel
withCloseGuarantee
withGuarantees
Properties
sink
stream
hashCode
runtimeType
Methods
cast
changeSink
changeStream
pipe
transform
transformSink
transformStream
noSuchMethod
toString
Operators
operator ==
stream property
Stream
<
T
>
stream
The single-subscription stream that emits values from the other endpoint.
Implementation
Stream<T> get stream;