ChatDownloadCallback constructor
ChatDownloadCallback({})
创建文件下载对象。
Implementation
ChatDownloadCallback({
this.onSuccess,
this.onError,
this.onProgress,
});
创建文件下载对象。
ChatDownloadCallback({
this.onSuccess,
this.onError,
this.onProgress,
});