onClearComplete property

void Function(int freedBytes)? onClearComplete
final

Callback when cache is cleared, with the number of freed bytes.

Implementation

final void Function(int freedBytes)? onClearComplete;