isMediaOpen property
Used to check whether or not the app is currently using a media source.
Implementation
bool get isMediaOpen => _currentMediaSource != null;
Used to check whether or not the app is currently using a media source.
bool get isMediaOpen => _currentMediaSource != null;