FetchNextPage typedef

FetchNextPage = Future<void> Function()

A type definition for the function that fetches the next page of data.

Implementation

typedef FetchNextPage = Future<void> Function();