setDownloadFile method
- String file
Updates the selected file for download.
Implementation
void setDownloadFile(String file) {
state = state.copyWith(downloadFile: file);
}
Updates the selected file for download.
void setDownloadFile(String file) {
state = state.copyWith(downloadFile: file);
}