removeObserved method

void removeObserved(
  1. Iterable<String> tags
)

Remove, observing tags — only the add-tags this remove saw are shadowed.

Implementation

void removeObserved(Iterable<String> tags) {
  _removes.addAll(tags);
}