handleLoadMore method

void handleLoadMore()

Implementation

void handleLoadMore() {
  if (!hasMoreItems || isLoading) return;
  _executePaginationAction('handleLoadMore', page: page + 1, append: true);
}