markForRefresh method

void markForRefresh()

Implementation

void markForRefresh() {
  _shouldRefresh = true;
  refreshList.add(true);
  notifyListeners();
}