ProgressCallback typedef

ProgressCallback = void Function(double transferRate)

Implementation

typedef void ProgressCallback(double transferRate);