Optional progress callback: (bytesDownloaded, totalBytes).
(bytesDownloaded, totalBytes)
final void Function(int bytesReceived, int? totalBytes)? onProgress;