playbackState property
The playback state of the player. It's PlaybackState.closed berore a media is opened.
Implementation
final playbackState = ValueNotifier(PlaybackState.closed);
The playback state of the player. It's PlaybackState.closed berore a media is opened.
final playbackState = ValueNotifier(PlaybackState.closed);