onDownloadError property
Function to handle errors when downloading attachments Return true if you want to ignore attachment
Implementation
Future<bool> Function(Attachment attachment, Object exception)?
onDownloadError;
Function to handle errors when downloading attachments Return true if you want to ignore attachment
Future<bool> Function(Attachment attachment, Object exception)?
onDownloadError;