onEndCallback property

void Function(List<T> data)? onEndCallback
final

A callback triggered when we hit the end of the query.

Implementation

final void Function(List<T> data)? onEndCallback;