menu
im_flutter_sdk
im_flutter_sdk
EMDownloadCallback
EMDownloadCallback constructor
EMDownloadCallback
brightness_4
brightness_5
EMDownloadCallback
constructor
EMDownloadCallback
(
{
void
onSuccess
(
String
fileId
,
String
path
)?,
void
onError
(
String
fileId
,
EMError
error
)?,
void
onProgress
(
String
fileId
,
int
progress
)?}
)
创建文件下载对象。
Implementation
EMDownloadCallback({ this.onSuccess, this.onError, this.onProgress, });
im_flutter_sdk
im_flutter_sdk
EMDownloadCallback
EMDownloadCallback constructor
EMDownloadCallback class