onSweep property

void Function(RetentionReport report)? onSweep
final

Called with each sweep's report (for logging), if set.

Implementation

final void Function(RetentionReport report)? onSweep;