resetPagination method

void resetPagination()

Resets pagination state

Implementation

void resetPagination() {
  _hasMoreMessages = true;
  _currentPage = 1;
  notifyListeners();
}