ProgressCallback typedef

ProgressCallback = void Function(int received, int total)

Implementation

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