instance property

SecureShieldPlatform get instance

Implementation

static SecureShieldPlatform get instance => _instance;
set instance (SecureShieldPlatform instance)

Implementation

static set instance(SecureShieldPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}