onClearComplete property
Callback when cache is cleared, with the number of freed bytes.
Implementation
final void Function(int freedBytes)? onClearComplete;
Callback when cache is cleared, with the number of freed bytes.
final void Function(int freedBytes)? onClearComplete;