deleteFile abstract method

Future<void> deleteFile(
  1. Attachment attachment
)

Deletes a file from remote storage.

attachment is the attachment record associated with the file.

Implementation

Future<void> deleteFile(Attachment attachment);