instance property

Implementation

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

Implementation

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