onStartCallback property

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

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

Implementation

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