OnInit<T> typedef

OnInit<T> = FutureOr<Iterable<T>> Function()

type def for onInit argument of LoadMoreListData

Implementation

typedef OnInit<T> = FutureOr<Iterable<T>> Function();