menu
multi_cloud_storage package
documentation
cloud_storage_provider.dart
CloudStorageProvider
createDirectory abstract method
createDirectory abstract method
dark_mode
light_mode
createDirectory
abstract method
Future
<
void
>
createDirectory
(
String
path
)
Creates a new directory at the specified
path
.
Implementation
Future<void> createDirectory(String path);
multi_cloud_storage package
documentation
cloud_storage_provider
CloudStorageProvider
createDirectory abstract method
CloudStorageProvider class