OnProgressFunc typedef

OnProgressFunc = void Function(int? loaded, int? total)

Implementation

typedef OnProgressFunc = void Function(int? loaded, int? total);