playbackStream property

Stream<PlaybackState> playbackStream
getter/setter pairinherited

Stream to listen to playback state of the Player instance.

Implementation

late Stream<PlaybackState> playbackStream;