instance property

Implementation

static AuthServicePlatform get instance => _instance;
void instance=(AuthServicePlatform instance)

Implementation

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