menu
multi_cloud_storage package
documentation
cloud_storage_provider.dart
CloudStorageProvider
getFileMetadata abstract method
getFileMetadata abstract method
dark_mode
light_mode
getFileMetadata
abstract method
Future
<
CloudFile
>
getFileMetadata
(
String
path
)
Gets the metadata of a file.
Implementation
Future<CloudFile> getFileMetadata(String path);
multi_cloud_storage package
documentation
cloud_storage_provider
CloudStorageProvider
getFileMetadata abstract method
CloudStorageProvider class