instance property

Implementation

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

Implementation

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