ProgressHandler typedef

ProgressHandler = void Function(int sentBytes, int totalBytes)

ProgressHandler

Implementation

typedef ProgressHandler = void Function(
  int sentBytes,
  int totalBytes,
);