instance property

AptoideIapPlatform get instance

Implementation

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

Implementation

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