OnProgress typedef

OnProgress = void Function(int current, int total)

Callback for download/upload progress.

Implementation

typedef OnProgress = void Function(int current, int total);