refresh method

void refresh()

Implementation

void refresh() {
  setLoading();
  _futures.clear();
  _initFutures();
}