resetPaging method

void resetPaging()

Implementation

void resetPaging() {
  _page = 1;
  notifyListeners();
}