BackendlessFiles class

Constructors

BackendlessFiles()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyFile(String sourcePathName, String targetPath) Future<String?>
exists(String path) Future<bool?>
getFileCount(String path, [String? pattern, bool? recursive, bool? countDirectories]) Future<int?>
listing(String path, [String? pattern, bool? recursive, int? pagesize, int? offset]) Future<List<FileInfo>?>
moveFile(String sourcePathName, String targetPath) Future<String?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String fileUrl) Future<int?>
removeDirectory(String directoryPath, [String? pattern, bool? recursive]) Future<int?>
renameFile(String oldPathName, String newName) Future<String?>
saveFile(Uint8List fileContent, {String? path, String? fileName, String? filePathName, bool overwrite = false}) Future<String?>
toString() String
A string representation of this object.
inherited
upload(File file, String path, {bool? overwrite, void onProgressUpdate(int progress)?}) Future<String?>

Operators

operator ==(Object other) bool
The equality operator.
inherited