DownloadCallback constructor
DownloadCallback({
- OnDownloadStart? onDownloadStart,
- OnDownloadProgress? onDownloadProgress,
- OnDownloadPause? onDownloadPause,
- OnDownloadCancel? onDownloadCancel,
- OnDownloadFail? onDownloadFail,
- OnDownloadFinish? onDownloadFinish,
- OnInstallStart? onInstallStart,
- OnInstallFail? onInstallFail,
- OnInstallSuccess? onInstallSuccess,
Implementation
DownloadCallback({
this.onDownloadStart,
this.onDownloadProgress,
this.onDownloadPause,
this.onDownloadCancel,
this.onDownloadFail,
this.onDownloadFinish,
this.onInstallStart,
this.onInstallFail,
this.onInstallSuccess,
});