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