instance property
MediaManagerPlatform
get
instance
Implementation
static MediaManagerPlatform get instance => _instance;
set
instance
(MediaManagerPlatform instance)
Implementation
static set instance(MediaManagerPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}