Progress typedef

Progress = dynamic Function(double percent)

Implementation

typedef Progress = Function(double percent);