reset method

void reset()

Clears the cached Future, forcing the next load call to re-execute loader.

Implementation

void reset() {
  _cached = null;
}