DeviceInformation class Null safety

This is main class that handle all the request.

Constructors

DeviceInformation()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
read-only
cpuName Future<String>
Future method to get CPU name of the device
read-only
deviceIMEINumber Future<String>
Future method to get unique number of device
read-only
deviceManufacturer Future<String>
Future method to get manufacturer of the device
read-only
deviceModel Future<String>
Future method to get device model
read-only
deviceName Future<String>
Future method to get device name of the device
read-only
hardware Future<String>
Future method to get hardware of the device
read-only
platformVersion Future<String>
Future method to get android version of the device
read-only
productName Future<String>
Future method to get product name of the device
read-only