DocManAppDirs class DocMan
Entry point for getting application directories,
like cache, files, data, cacheExt, and filesExt.
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
-
all(
) → Future< Map< String, String> ?> - Get all application directories (paths) at once.
-
cache(
) → Future< Directory?> - Get Application Cache Directory.
-
cacheExt(
) → Future< Directory?> - Get Application Cache External Directory.
-
clearCache(
) → Future< bool> - Clear Temporary Cache Directories.
-
data(
) → Future< Directory?> - Get Application Data Directory.
-
files(
) → Future< Directory?> - Get Application Files Directory.
-
filesExt(
) → Future< Directory?> - Get Application Files External Directory.
-
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