OnReceiveProgress typedef

OnReceiveProgress = void Function(int receivedBytes, int totalBytes)

Implementation

typedef OnReceiveProgress = void Function(int receivedBytes, int totalBytes);