playbackStream property

Stream<PlaybackState> playbackStream
getter/setter pair

Stream to listen to playback state of the Player instance.

Implementation

late Stream<PlaybackState> playbackStream;