DocumentsFileStorage class

Inheritance

Constructors

DocumentsFileStorage()

Properties

documentsPath Future<String>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String filename) Future<void>
override
exists(String filename) Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read(String filename) Future<Uint8List?>
override
setCustomOutputPath(String outputPath) → void
By default the files are saved under the root of your app documents folder. You could use a custom output path to save the file somewhere else in your app documents folder.
toString() String
A string representation of this object.
inherited
write(String filename, Uint8List content) Future<File>
override

Operators

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