copyWithPagination abstract method

PaginationControllerState<ItemType, PM, ErrorType> copyWithPagination(
  1. PM pagination
)

Creates a new state with the updated pagination pointer.

Implementation

PaginationControllerState<ItemType, PM, ErrorType> copyWithPagination(
    PM pagination);