FlutterAndroidInfoPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterAndroidInfoPlatform
Implementers

Constructors

FlutterAndroidInfoPlatform()
Constructs a FlutterAndroidInfoPlatform.

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

androidId() Future<String?>
Get ANDROID_ID
apkMd5() Future<String?>
Get the base.apk md5
brand() Future<String?>
Get android.os.Build.Brand
buildId() Future<String?>
Get custom build id
device() Future<String?>
Get android.os.Build.DEVICE
deviceId() Future<String?>
Get custom device id
model() Future<String?>
Get android.os.Build.MODEL
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
versionRelease() Future<String?>
Get android.os.Build.VERSION.RELEASE

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FlutterAndroidInfoPlatform
The default instance of FlutterAndroidInfoPlatform to use.
getter/setter pair