CacheFileUtils class
Constructors
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
createFile(
String filename, {bool recursive = false}) → Future< File> -
deleteCache(
) → Future< void> -
deleteFile(
String filename, {bool recursive = false}) → Future< void> -
existFile(
String filename) → Future< bool> -
getFile(
String filename) → Future< File> -
readFileBytes(
String filename) → Future< List< int> > -
readFileString(
String filename) → Future< String> -
writeFileBytes(
String filename, List< int> content, {bool recursive = false}) → Future<File> -
writeFileString(
String filename, String content, {bool recursive = false}) → Future< File>