menu
hycop package
documentation
hycop/storage/abs_storage.dart
AbsStorage
moveFile abstract method
moveFile abstract method
dark_mode
light_mode
moveFile
abstract method
Future
<
FileModel
?
>
moveFile
(
String
sourceBucketId
,
String
sourceFileId
, {
String
?
bucketId
,
})
Implementation
Future<FileModel?> moveFile(String sourceBucketId, String sourceFileId, {String? bucketId});
hycop package
documentation
hycop/storage/abs_storage
AbsStorage
moveFile abstract method
AbsStorage class