currentStream property

Stream<CurrentState> currentStream
getter/setter pair

Stream to listen to current & opened MediaSource state of the Player instance.

Implementation

late Stream<CurrentState> currentStream;