menu
shengwang_chat_sdk
shengwang_chat_sdk.dart
ChatDownloadCallback
onProgress property
onProgress
dark_mode
light_mode
onProgress
property
(void Function
(
String
fileId
,
int
progress
)
?)
onProgress
final
群文件下载进度。取值范围
0,100
。
Implementation
final void Function(String fileId, int progress)? onProgress;
shengwang_chat_sdk
shengwang_chat_sdk
ChatDownloadCallback
onProgress property
ChatDownloadCallback class