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