FileStoreIO class
- Implemented types
Constructors
- FileStoreIO({required Directory storeDir})
-
const
Properties
Methods
-
delete(
FilePath path) → Future< bool> -
override
-
exists(
FilePath path) → Future< bool> -
override
-
move(
FilePath path, XFile xfile) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
FilePath path) → Future< Uint8List> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
FilePath path, Uint8List content) → Future< void> -
override
-
xfile(
FilePath path) → XFile -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited