reset method

dynamic reset()

Clears all tracked items from the loader.

Implementation

reset() {
  _items.clear();
}