ProgressCallback typedef

ProgressCallback = void Function(DownloadProgress progress)

Callback function for download progress updates

Implementation

typedef ProgressCallback = void Function(DownloadProgress progress);