PagingRequester typedef

PagingRequester = Future<JSONPaging?> Function(int page)

A Function that performs a paging request.

page the page of the request.

Implementation

typedef PagingRequester = Future<JSONPaging?> Function(int page);