ChatDownloadCallback constructor
~english Create a group shared file download callback. ~end
~chinese 创建文件下载对象。 ~end
Implementation
ChatDownloadCallback({
  this.onSuccess,
  this.onError,
  this.onProgress,
});~english Create a group shared file download callback. ~end
~chinese 创建文件下载对象。 ~end
ChatDownloadCallback({
  this.onSuccess,
  this.onError,
  this.onProgress,
});