Return download progress
progress: (int current, int total) { debugPrint('Progress: $current -- $total'); },
void Function(int current, int total)? progress;