onForbidden property
final
Callback, called when an Attachment loading fails with a forbidden network error.
Implementation
final FutureOr<void> Function(ChatItem?)? onForbidden;
Callback, called when an Attachment loading fails with a forbidden network error.
final FutureOr<void> Function(ChatItem?)? onForbidden;