PagedRefreshExecutor<T> typedef
PagedRefreshExecutor<T> =
Future<QuerySnapshot<T> > Function()
Implementation
typedef PagedRefreshExecutor<T> = Future<QuerySnapshot<T>> Function();
typedef PagedRefreshExecutor<T> = Future<QuerySnapshot<T>> Function();