instance property

SecurePrintPlatform get instance

Implementation

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

Implementation

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