OnFetchProgress typedef
OnFetchProgress =
void Function(FetchProgress progress)
Typedef for the progress call back used by the fetch function.
Implementation
typedef OnFetchProgress = void Function(FetchProgress progress);