PathProvider class
Constructors
- PathProvider()
-
factory
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
-
getApplicationCacheDirectory(
) → Future< Directory?> - Android iOS Linux macOS Windows
-
getApplicationDocumentsDirectory(
) → Future< Directory?> - Android iOS Linux macOS Windows
-
getApplicationSupportDirectory(
) → Future< Directory?> - Android iOS Linux macOS Windows
-
getDownloadsDirectory(
) → Future< Directory?> - iOS Linux macOS Windows
-
getExternalCacheDirectories(
) → Future< List< Directory> ?> - Android
-
getExternalStorageDirectories(
) → Future< List< Directory> ?> - Android
-
getExternalStorageDirectory(
) → Future< Directory?> - Android
-
getLibraryDirectory(
) → Future< Directory?> - iOS macOS
-
getTemporaryDirectory(
) → Future< Directory?> - Android iOS Linux macOS Windows
-
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