instance property

UserServicePlatform get instance

Implementation

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

Implementation

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