onForbidden property

FutureOr<void> Function(ChatItem?)? onForbidden
final

Callback, called when an Attachment loading fails with a forbidden network error.

Implementation

final FutureOr<void> Function(ChatItem?)? onForbidden;