instance property

SfmcPlatform get instance

Implementation

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

Implementation

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