deleteAttachmentFile method

Future<void> deleteAttachmentFile({
  1. required AttachmentFile attachmentFile,
})
inherited

Deletes the attachmentFile from the temporary directory.

Implementation

Future<void> deleteAttachmentFile({
  required AttachmentFile attachmentFile,
}) {
  throw UnimplementedError('deleteAttachmentFile is not implemented');
}