refresh method

void refresh()

Implementation

void refresh() {
  if (_loading) return;
  _loading = true;
  notifyListeners();
  _fetchDoc();
}