MethodChannelFcuuidKit class

An implementation of FcuuidKitPlatform that uses method channels.

Inheritance

Constructors

MethodChannelFcuuidKit()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
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>
override
uuidForDevice() Future<String>
override
uuidForDeviceMigratingValue({required String value, required bool commitMigration}) Future<String>
override
uuidForDeviceMigratingValueForKey({required String key, String? service, String? accessGroup, required bool commitMigration}) Future<String?>
override
uuidForInstallation() Future<String>
override
uuidForKey({required String key}) Future<String>
override
uuidForSession() Future<String>
override
uuidForVendor() Future<String>
override
uuidsOfUserDevices() Future<List<String>>
override
uuidsOfUserDevicesExcludingCurrentDevice() Future<List<String>>
override
uuidValueIsValid({required String uuid}) Future<bool>
override

Operators

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