ProgressCallback typedef

ProgressCallback = void Function(int sent, int total)

Implementation

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