MethodChannelFlutterAndroidInfo class

An implementation of FlutterAndroidInfoPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

androidId() Future<String?>
Get ANDROID_ID
override
apkMd5() Future<String?>
Get the base.apk md5
override
brand() Future<String?>
Get android.os.Build.Brand
override
buildId() Future<String?>
Get custom build id
override
device() Future<String?>
Get android.os.Build.DEVICE
override
deviceId() Future<String?>
Get custom device id
override
invoke(String method) Future<String?>
model() Future<String?>
Get android.os.Build.MODEL
override
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
override

Operators

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