instance property

The active platform implementation.

Implementation

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

Implementation

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