instance property

AfHelperPlatform get instance

Implementation

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

Implementation

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