DownloadProgressCallback typedef

DownloadProgressCallback = void Function(int bytes, int total)

Implementation

typedef DownloadProgressCallback = void Function(int bytes, int total);