ProgressCallback typedef

ProgressCallback = void Function(int receivedBytes, int totalBytes)

Callback to track download progress

Implementation

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