menu
multi_cloud_storage package
documentation
cloud_storage_provider.dart
CloudStorageProvider
deleteFile abstract method
deleteFile abstract method
dark_mode
light_mode
deleteFile
abstract method
Future
<
void
>
deleteFile
(
String
path
)
Deletes the file or directory at the specified
path
.
Implementation
Future<void> deleteFile(String path);
multi_cloud_storage package
documentation
cloud_storage_provider
CloudStorageProvider
deleteFile abstract method
CloudStorageProvider class