PathProviderMasterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- PathProviderMasterPlatform
- Implementers
Constructors
- PathProviderMasterPlatform()
- Constructs a PathProviderMasterPlatform.
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
-
getApplicationDocumentsDirectory(
) → Future< String?> -
getApplicationSupportDirectory(
) → Future< String?> -
getDownloadsDirectory(
) → Future< String?> -
getExternalCacheDirectories(
) → Future< List< String> ?> -
getExternalStorageDirectories(
) → Future< List< String> ?> -
getExternalStorageDirectory(
) → Future< String?> -
getLibraryDirectory(
) → Future< String?> -
getPublicDCIMDirectory(
) → Future< String?> -
getPublicDocumentsDirectory(
) → Future< String?> -
getPublicDownloadsDirectory(
) → Future< String?> -
getPublicMusicDirectory(
) → Future< String?> -
getPublicPicturesDirectory(
) → Future< String?> -
getPublicVideosDirectory(
) → Future< String?> -
getTemporaryDirectory(
) → Future< String?> -
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 Properties
- instance ↔ PathProviderMasterPlatform
-
The default instance of PathProviderMasterPlatform to use.
getter/setter pair