ToggleAllDownloadsArePaused constructor
const
ToggleAllDownloadsArePaused({
- required bool arePaused,
Changes pause state of all files in the file download list
Implementation
const ToggleAllDownloadsArePaused({
required this.arePaused,
});