onSave property

void Function(List<Attachment>)? onSave
final

Callback, called when a save to gallery action of this ChatItem is triggered.

Implementation

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