onRecieveProgress property Null safety
final
callback to notify the current upload progress. Similar to _downloadProgress
Implementation
final Function(int totalDownloaded, int totalSize)? onRecieveProgress;
callback to notify the current upload progress. Similar to _downloadProgress
final Function(int totalDownloaded, int totalSize)? onRecieveProgress;