instance property

Implementation

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

Implementation

static set instance(NosServicePlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}