reset method

void reset()

Clears all tracked items from the loader.

Implementation

void reset() {
  _items.clear();
}