stream property
Stream<YoutubePlayerValue>
get
stream
The stream that this controller is controlling.
Implementation
Stream<YoutubePlayerValue> get stream => _controller.stream;
The stream that this controller is controlling.
Stream<YoutubePlayerValue> get stream => _controller.stream;