service property

Future<PaginationResult<T>> Function(int page, int pageSize) service
final

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;