OnDownloadProgress typedef

OnDownloadProgress = dynamic Function(int progress)

下载进度

Implementation

typedef OnDownloadProgress = Function(int progress);