NUIListViewLoader<T, C> typedef

NUIListViewLoader<T, C> = Future<ListResult<T, C>> Function(List<T>? current, bool isFirst, bool append, C? cursor)

Implementation

typedef NUIListViewLoader<T, C> = Future<ListResult<T, C>> Function(List<T>? current, bool isFirst, bool append, C? cursor);