loadNextPage method

void loadNextPage()

Implementation

void loadNextPage() {
  _bloc.add(BlocxCollectionEventLoadNextPage<T>());
}