onAttachmentError property
final
Callback, called on the Attachment fetching errors.
Implementation
final Future<void> Function(ChatItem)? onAttachmentError;
Callback, called on the Attachment fetching errors.
final Future<void> Function(ChatItem)? onAttachmentError;