onDownload property

void Function(List<Attachment>)? onDownload
final

Callback, called when a download action of this ChatItem is triggered.

Implementation

final void Function(List<Attachment>)? onDownload;