ToggleAllDownloadsArePaused constructor

const ToggleAllDownloadsArePaused({
  1. required bool arePaused,
})

Changes pause state of all files in the file download list

Implementation

const ToggleAllDownloadsArePaused({
  required this.arePaused,
});