instance property
GuardixPlatform
get
instance
The default instance of GuardixPlatform to use.
Implementation
static GuardixPlatform get instance => _instance;
set
instance
(GuardixPlatform instance)
Sets the default instance of GuardixPlatform.
Implementation
static set instance(GuardixPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}