onPlaybackStatusChanged property
You can get the playback status also with playbackInfo
Implementation
final onPlaybackStatusChanged = ValueNotifier<PlaybackStatus>(
PlaybackStatus.stopped,
);
You can get the playback status also with playbackInfo
final onPlaybackStatusChanged = ValueNotifier<PlaybackStatus>(
PlaybackStatus.stopped,
);