onRecieveProgress property Null safety

(dynamic Function(int totalDownloaded, int totalSize)?) onRecieveProgress
final

callback to notify the current upload progress. Similar to _downloadProgress

Implementation

final Function(int totalDownloaded, int totalSize)? onRecieveProgress;