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