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