FileSystemImpl class

Implemented types

Constructors

FileSystemImpl(Directory _filesDirectory, Directory _cacheDirectory)

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

createCacheFile({required String pathSuffix}) Future<File>
override
createSupportFile({required String pathSuffix}) Future<File>
override
getFilesCount({required String pathSuffix, bool recursive = false}) int
override
getSupportFile({required String pathSuffix}) File?
override
getSupportFiles({required String pathSuffix, bool recursive = false}) Future<List<File>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeSupportDirectory({required String pathSuffix, bool recursive = false}) Future<void>
override
removeSupportFile({required String pathSuffix}) Future<bool>
override
toString() String
A string representation of this object.
inherited
unzipToSupportFile(File zipFile, {String? pathSuffix}) Stream<ResourceStatus>
override

Operators

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