menu
im_flutter_sdk
im_flutter_sdk.dart
ChatDownloadCallback
ChatDownloadCallback.new constructor
ChatDownloadCallback.new
dark_mode
light_mode
ChatDownloadCallback
constructor
ChatDownloadCallback
(
{
void
onSuccess
(
String
fileId
,
String
path
)?,
void
onError
(
String
fileId
,
ChatError
error
)?,
void
onProgress
(
String
fileId
,
int
progress
)?,
})
创建文件下载对象。
Implementation
ChatDownloadCallback({ this.onSuccess, this.onError, this.onProgress, });
im_flutter_sdk
im_flutter_sdk
ChatDownloadCallback
ChatDownloadCallback.new constructor
ChatDownloadCallback class