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