FcuuidKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FcuuidKitPlatform
Implementers

Constructors

FcuuidKitPlatform()
Constructs a FcuuidKitPlatform.

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
uuid() Future<String>
uuidForDevice() Future<String>
uuidForDeviceMigratingValue({required String value, required bool commitMigration}) Future<String>
uuidForDeviceMigratingValueForKey({required String key, String? service, String? accessGroup, required bool commitMigration}) Future<String?>
uuidForInstallation() Future<String>
uuidForKey({required String key}) Future<String>
uuidForSession() Future<String>
uuidForVendor() Future<String>
uuidsOfUserDevices() Future<List<String>>
uuidsOfUserDevicesExcludingCurrentDevice() Future<List<String>>
uuidValueIsValid({required String uuid}) Future<bool>

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance FcuuidKitPlatform
The default instance of FcuuidKitPlatform to use.
getter/setter pair