DeviceInformation class

This is main class that handle all the request.

Constructors

DeviceInformation()

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

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

apiLevel Future
Future method to get api level of the device
no setter
cpuName Future<String>
Future method to get CPU name of the device
no setter
deviceIMEINumber Future<String>
Future method to get unique number of device
no setter
deviceManufacturer Future<String>
Future method to get manufacturer of the device
no setter
deviceModel Future<String>
Future method to get device model
no setter
deviceName Future<String>
Future method to get device name of the device
no setter
hardware Future<String>
Future method to get hardware of the device
no setter
platformVersion Future<String>
Future method to get android version of the device
no setter
productName Future<String>
Future method to get product name of the device
no setter