DownloadFile constructor Null safety
- {required DownloadFileConfig config,
- dynamic onRecieveProgress( )?,
- dynamic errorCallback(
- String errorMessage
Implementation
DownloadFile(
{required this.config, this.onRecieveProgress, this.errorCallback});