IdentifierService class Null safety

Constructors

IdentifierService()
IdentifierService is used to get the device information.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getAndroidDeviceInformation() Future<AndroidDeviceInfo?>
getAndroidDeviceInformation is used to retrieve the like model, manufacturer, androidVersion, securityPatch and more from the Android Device.
getIosDeviceInformation() Future<IosDeviceInfo?>
getIosDeviceInformation is used to retrieve information like model, version, and much more from iOS device.
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