OnProgressError typedef

OnProgressError = dynamic Function(dynamic error)

Typedef of Progress while on Progress Error

Implementation

typedef OnProgressError(dynamic error);