OnProgress typedef

OnProgress = void Function(int downloadIndex, int total, double progress)

Implementation

typedef OnProgress = void Function(int downloadIndex, int total, double progress);