removePolygons method
Removes a set of PolygonId
s from the cache.
Implementation
void removePolygons(Set<PolygonId> polygonIdsToRemove) {
polygonIdsToRemove.forEach(_removePolygon);
}
Removes a set of PolygonId
s from the cache.
void removePolygons(Set<PolygonId> polygonIdsToRemove) {
polygonIdsToRemove.forEach(_removePolygon);
}