onFlush property

void Function(List<T> batch) onFlush
final

Callback invoked with the buffered batch when a flush occurs.

Implementation

final void Function(List<T> batch) onFlush;