DownloadCallbacks constructor

DownloadCallbacks({
  1. OnDownloadRequestIdReceived? onDownloadRequestIdReceived,
  2. OnProgress? onProgress,
  3. OnDownloadCompleted? onDownloadCompleted,
  4. OnDownloadError? onDownloadError,
})

Implementation

DownloadCallbacks({
  this.onDownloadRequestIdReceived,
  this.onProgress,
  this.onDownloadCompleted,
  this.onDownloadError,
});