ReceiveProgressCallback typedef

ReceiveProgressCallback = void Function(int received, int total)

Implementation

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