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