setGeofencingConfig static method

bool setGeofencingConfig(
  1. dynamic areaList,
  2. dynamic type
)

Implementation

static bool setGeofencingConfig(dynamic areaList, dynamic type) {
  return ZIM.setGeofencingConfig(areaList, type);
}