agora_chat_sdk
agora_chat_sdk
ChatDownloadCallback
onProgress property
onProgress
onProgress
property
Null safety
(void Function?
(
String
fileId
,
int
progress
)
?)
onProgress
final
Download progress callback.
Implementation
final void Function(String fileId, int progress)? onProgress;
agora_chat_sdk
agora_chat_sdk
ChatDownloadCallback
onProgress property
ChatDownloadCallback class
Constructors
ChatDownloadCallback
Properties
hashCode
onError
onProgress
onSuccess
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==