ProgressCallback typedef

ProgressCallback = void Function(double? progress)

The call back from action to notify about the progress

Implementation

typedef ProgressCallback = void Function(double? progress);