service property
The asynchronous function that fetches the data for a given page and page size.
Implementation
final Future<PaginationResult<T>> Function(int page, int pageSize) service;
The asynchronous function that fetches the data for a given page and page size.
final Future<PaginationResult<T>> Function(int page, int pageSize) service;