instance property

Implementation

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

Implementation

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