ProgressAction typedef

ProgressAction = Future<void> Function(ProgressCallback )

Implementation

typedef ProgressAction = Future<void> Function(ProgressCallback);