currentMediaItem property

MediaItem currentMediaItem

Supplies a media item that can be used for tracking and updating history, as well as generating video and audio with timestamp information. This should be uniquely implemented for each source. Some sources may want to generate their media item based on current playback information or progress.

Implementation

MediaItem get currentMediaItem => throw UnimplementedError();