instance property

Implementation

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

Implementation

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