ProgressCallback typedef

ProgressCallback = void Function(int count, int total)

Implementation

typedef ProgressCallback = void Function(int count, int total);