DownloadProgress typedef

DownloadProgress = void Function(int progress)

Implementation

typedef void DownloadProgress(int progress);