onDownload property
final
Callback, called when a download action of this ChatItem is triggered.
Implementation
final void Function(List<Attachment>)? onDownload;
Callback, called when a download action of this ChatItem is triggered.
final void Function(List<Attachment>)? onDownload;