instance property

AdjustHelperPlatform get instance

Implementation

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

Implementation

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