markTagAsNonDirty method

void markTagAsNonDirty(
  1. String tag
)

Implementation

void markTagAsNonDirty(String tag) {
  _nonDirtyTags.add(tag);
}