FlutterUdid class

API to retrieve a unique device ID of the device the Flutter app is currently running on.

Constructors

FlutterUdid()

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

consistentUdid Future<String>
Returns the UDID in a consistent format for all platforms. Example: 984725b6c4f55963cc52fca0f943f9a8060b1c71900d542c79669b6dc718a64b
no setter
udid Future<String>
Returns the UDID in the platform-specific format. iOS: 7946DA4E-8429-423C-B405-B3FC77914E3E, Android: 8af8770a27cfd182
no setter