IdentifierService class
Constructors
- IdentifierService()
- IdentifierService is used to get the device information.
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
-
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 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