removeCircles method
Removes a set of CircleId
s from the cache.
Implementation
void removeCircles(Set<CircleId> circleIdsToRemove) {
circleIdsToRemove.forEach(_removeCircle);
}
Removes a set of CircleId
s from the cache.
void removeCircles(Set<CircleId> circleIdsToRemove) {
circleIdsToRemove.forEach(_removeCircle);
}