menu
im_flutter_sdk
im_flutter_sdk.dart
EMDownloadCallback
EMDownloadCallback constructor
EMDownloadCallback
dark_mode
light_mode
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