Storage class abstract

Implementers

Constructors

Storage()

Properties

hashCode int
The hash code for this object.
no setterinherited
ignoreFiles Set<Pattern>
getter/setter pair
ignorePaths Set<Pattern>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getFileType(String directoryPath, String name) FutureOr<String>
isIgnoredFile(String path) bool
isIgnoredPath(String path) bool
listFiles() List<FileStorage>
listFilesImpl() List<FileStorage>
listFilesPaths() List<String>
loadTemplate() Future<Template>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readFileContent(String directoryPath, String name) FutureOr<Uint8List>
saveFileContent(String directoryPath, String name, Uint8List content) FutureOr<String?>
toAbsoluteDirectory(String directory) String
toRelativeDirectory(String absoluteDirectory) String
toString() String
A string representation of this object.
inherited

Operators

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