EMDownloadCallback constructor Null safety
Create a group shared file download callback.
Implementation
EMDownloadCallback({
this.onSuccess,
this.onError,
this.onProgress,
});
Create a group shared file download callback.
EMDownloadCallback({
this.onSuccess,
this.onError,
this.onProgress,
});