AndroidDevelPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • AndroidDevelPlatform
Implementers

Constructors

AndroidDevelPlatform()
Constructs a AndroidDevelPlatform.

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

getAndroidId() Future<String?>
getAndroidSdkVersion() Future<int?>
getCacheDirAbsolutePath() Future<String?>
getCodeCacheDirAbsolutePath() Future<String?>
getCpuAbi() Future<String?>
getDataDirAbsolutePath() Future<String?>
getFilesDirAbsolutePath() Future<String?>
getObbDirAbsolutePath() Future<String?>
getPackageCodePath() Future<String?>
getPackageResourcePath() Future<String?>
getPlatformVersion() 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 AndroidDevelPlatform
The default instance of AndroidDevelPlatform to use.
getter/setter pair