video_player
dart:async
StreamController
property stream
stream
class StreamController
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
<T>
stream
The stream that this controller is controlling.
Source
Stream<T> get stream;
property stream