clearGeofenceList method

void clearGeofenceList()

Clear geofence list.

Implementation

void clearGeofenceList() {
  _geofenceList.clear();
  _printDevLog('The GeofenceList has been cleared.');
}