OnReceiveProgressCallback typedef

OnReceiveProgressCallback = void Function(int received, int total)

Implementation

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