stream property
Stream<YoutubePlayerValue>
get
stream
A Stream of YoutubePlayerValue, which allows you to subscribe to changes in the controller value.
Implementation
Stream<YoutubePlayerValue> get stream => _valueController.stream;