unscheduleBuildFor method

void unscheduleBuildFor(
  1. Element element
)

Removes element from the dirty queue if present.

Implementation

void unscheduleBuildFor(Element element) {
  _dirty.remove(element);
}