unique_id
A new Flutter plugin for getting the Unique ID.
Getting Started
String? uniqueId;
uniqueId = await UniqueIdPlatform.instance.getUniqueId();
A new Flutter plugin for getting the Unique ID.
String? uniqueId;
uniqueId = await UniqueIdPlatform.instance.getUniqueId();