NativeAndroidPathPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- NativeAndroidPathPlatform
- Implementers
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
-
getAlarmsPath(
) → Future< String?> -
getAllPaths(
) → Future< Map< String, String?> > -
getAudiobooksPath(
) → Future< String?> -
getDCIMPath(
) → Future< String?> -
getDocumentsPath(
) → Future< String?> -
getDownloadPath(
) → Future< String?> -
getExternalCachePath(
) → Future< String?> -
getExternalStorageDirectories(
String type) → Future< List< String> > -
getExternalStoragePath(
) → Future< String?> -
getInternalCachePath(
) → Future< String?> -
getInternalStoragePath(
) → Future< String?> -
getMoviesPath(
) → Future< String?> -
getMusicPath(
) → Future< String?> -
getNotificationsPath(
) → Future< String?> -
getPicturesPath(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
getPodcastsPath(
) → Future< String?> -
getRingtonesPath(
) → Future< String?> -
getRootInstallationPath(
) → Future< String?> -
getScreenshotsPath(
) → Future< String?> -
isExternalStorageReadable(
) → Future< bool> -
isExternalStorageWritable(
) → Future< bool> -
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 ↔ NativeAndroidPathPlatform
-
The default instance of NativeAndroidPathPlatform to use.
getter/setter pair