playbackNotifier property

BehaviorSubject<PlaybackState> playbackNotifier
final

Stream that broadcasts the playback state of the stories.

Implementation

final playbackNotifier = BehaviorSubject<PlaybackState>();