ProgressCallback typedef

ProgressCallback = void Function(int progress)

Implementation

typedef ProgressCallback = void Function(int progress);