deleteFile abstract method
Delete a file
Permanently deletes a file from the provider's storage.
Implementation
Future<FileDeleteResponse> deleteFile(String fileId);
Delete a file
Permanently deletes a file from the provider's storage.
Future<FileDeleteResponse> deleteFile(String fileId);