deleteFile abstract method

Future<FileDeleteResponse> deleteFile(
  1. String fileId
)

Delete a file

Permanently deletes a file from the provider's storage.

Implementation

Future<FileDeleteResponse> deleteFile(String fileId);