mediaItem property
A controller for broadcasting the current media item to the app's UI, media notification and other clients. Example usage:
mediaItem.add(item);
Implementation
@override
final BehaviorSubject<MediaItem?> mediaItem = BehaviorSubject.seeded(null);