markAsShouldReload method

void markAsShouldReload()

Implementation

void markAsShouldReload() {
  _cachedData = null;
  notifyListeners();
}