instance property

Implementation

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

Implementation

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