stream property

Stream<YoutubePlayerValue> get stream

The stream that this controller is controlling.

Implementation

Stream<YoutubePlayerValue> get stream => _controller.stream;