instance property

CometchatcallsPluginPlatform instance

Implementation

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

Implementation

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