PagingDataLoader<T> typedef

PagingDataLoader<T> = T Function(dynamic nextPage)

Implementation

typedef T PagingDataLoader<T>(dynamic nextPage);