ProgressCallback typedef

ProgressCallback = void Function(int sentBytes, int totalBytes)

Implementation

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