menu
shengwang_chat_sdk
shengwang_chat_sdk.dart
ChatDownloadCallback
ChatDownloadCallback constructor
ChatDownloadCallback
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, });
shengwang_chat_sdk
shengwang_chat_sdk
ChatDownloadCallback
ChatDownloadCallback constructor
ChatDownloadCallback class