OnProgress typedef

OnProgress = void Function(Duration progress, Duration totalDuration)

Implementation

typedef OnProgress = void Function(Duration progress, Duration totalDuration);