RemoveAllFilesFromDownloads constructor

RemoveAllFilesFromDownloads({
  1. String? extra,
  2. int? client_id,
  3. Bool? only_active,
  4. Bool? only_completed,
  5. Bool? delete_from_cache,
})

Implementation

RemoveAllFilesFromDownloads({
  super.extra,
  super.client_id,
  this.only_active,
  this.only_completed,
  this.delete_from_cache,
});