deleteFile abstract method
Deletes a file from remote storage.
attachment
is the attachment record associated with the file.
Implementation
Future<void> deleteFile(Attachment attachment);
Deletes a file from remote storage.
attachment
is the attachment record associated with the file.
Future<void> deleteFile(Attachment attachment);