removeAllPolygonGeofences method
Removes all polygon geofences.
Implementation
Future<void> removeAllPolygonGeofences() async {
_polygons.clear();
_insideState.clear();
await _persist();
debugPrint('[PolygonGeofenceService] Removed all polygon geofences');
}