OnProgressCallback typedef

OnProgressCallback = void Function(int current, int total, double progress)

Implementation

typedef OnProgressCallback = void Function(int current, int total, double progress);