OnProgress typedef

OnProgress = void Function(int count, int total, double speed)

进度 count 文件总大小 total 已下载大小 speed 下载速度

Implementation

typedef OnProgress = void Function(int count, int total, double speed);