NativeDeviceInfoPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • NativeDeviceInfoPlatform
Implementers

Constructors

NativeDeviceInfoPlatform()
Constructs a NativeDeviceInfoPlatform.

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

getAppName() Future<String?>
getClientInfo() Future<String?>
aarch64|root
getDeviceType() Future<String?>
Android or iOS
getPackageName() Future<String?>
getPlatformVersion() Future<String?>
getUserAgent() Future<String?>
getUUID() Future<String?>
getVersionCode() Future<String?>
getVersionName() 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 NativeDeviceInfoPlatform
The default instance of NativeDeviceInfoPlatform to use.
getter/setter pair