ProgressCallback typedef

ProgressCallback = void Function(int total, int sent)

Implementation

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