menu
shengwang_chat_uikit package
documentation
chat_uikit.dart
ChatDownloadCallback
onProgress property
onProgress property
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_uikit package
documentation
chat_uikit
ChatDownloadCallback
onProgress property
ChatDownloadCallback class