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