onStartCallback property
A callback triggered when we hit the start of the query.
Implementation
final void Function(List<T> data)? onStartCallback;
A callback triggered when we hit the start of the query.
final void Function(List<T> data)? onStartCallback;