onUploadProgress property

dynamic Function(FileUploadModel file, double progress)? onUploadProgress
final

上传进度回调

Implementation

final Function(FileUploadModel file, double progress)? onUploadProgress;