ProgressCallback typedef

ProgressCallback = void Function(int sent, int total)

Reports bytes transferred during an upload or download.

Implementation

typedef ProgressCallback = void Function(int sent, int total);