Callback to track download progress
typedef ProgressCallback = void Function(int receivedBytes, int totalBytes);