ProgressCallback typedef

ProgressCallback = void Function(double percent, double transferRate)

Implementation

typedef ProgressCallback = void Function(
  double percent,
  double transferRate,
);