Future<void> openTracks( List<Media> mediaItems, ) async { final playlist = Playlist(mediaItems); await mediaKit.open(playlist, play: false); }