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