onAttachmentError property

Future<void> Function(ChatItem?)? onAttachmentError
final

Callback, called on the Attachment fetching errors.

Implementation

final Future<void> Function(ChatItem?)? onAttachmentError;