instance property

Implementation

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

Implementation

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