instance property

Implementation

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

Implementation

static set instance(MessageChannelServicePlatform instance) {
  PlatformInterface.verify(instance, _token);
  _instance = instance;
}