instance property

SfmcPluginPlatform get instance

Implementation

static SfmcPluginPlatform get instance => _instance;
set instance (SfmcPluginPlatform instance)

Implementation

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