CacheCleaner constructor

CacheCleaner({
  1. bool moveToTrash = false,
  2. void verboseLogger(
    1. String message
    )?,
})

Implementation

CacheCleaner({
  this.moveToTrash = false,
  this.verboseLogger,
});