instance property

AppSetIdPlatform get instance

Implementation

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

Implementation

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