ProgressCallBack typedef

ProgressCallBack = dynamic Function(int progress, int total)

Implementation

typedef ProgressCallBack = Function(int progress, int total);