mediaInfo property
The information of the current media. It's null before the media is opened.
Implementation
final mediaInfo = ValueNotifier<MediaInfo?>(null);
The information of the current media. It's null before the media is opened.
final mediaInfo = ValueNotifier<MediaInfo?>(null);