SendProgressCallback typedef

SendProgressCallback = void Function(int sent, int total)

Implementation

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