instance property

Implementation

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

Implementation

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