Flutter
dart:async
StreamController
<
T
>
stream property
stream
StreamController class
Constructors
StreamController
broadcast
Properties
hasListener
isClosed
isPaused
onCancel
onListen
onPause
onResume
sink
stream
done
hashCode
runtimeType
Methods
add
addError
addStream
close
noSuchMethod
toString
Operators
operator ==
stream property
Stream
<
T
>
stream
The stream that this controller is controlling.
Implementation
Stream<T> get stream;