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