playbackNotifier property
Stream that broadcasts the playback state of the stories.
Implementation
final playbackNotifier = BehaviorSubject<PlaybackState>();
Stream that broadcasts the playback state of the stories.
final playbackNotifier = BehaviorSubject<PlaybackState>();