instance property

Implementation

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

Implementation

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