ProgressCallback typedef

ProgressCallback = void Function(double status)

Implementation

typedef void ProgressCallback(double status);