instance property

Implementation

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

Implementation

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