isMediaOpen property

bool isMediaOpen

Used to check whether or not the app is currently using a media source.

Implementation

bool get isMediaOpen => _currentMediaSource != null;