saveAttachmentFile method

Future<String> saveAttachmentFile({
  1. required AttachmentFile attachmentFile,
})
inherited

Saves the attachmentFile to the temporary directory.

Implementation

Future<String> saveAttachmentFile({
  required AttachmentFile attachmentFile,
}) {
  throw UnimplementedError('saveFile is not implemented');
}