UDID`s full name is Unique Device Identifier。
Android reference: https://blog.csdn.net/sunsteam/article/details/73189268 iOS reference: https://github.com/herody/UQIDDemo
Sample usage to check current status:
import 'package:udid/udid.dart';
String udid = await Udid.udid;
For help getting started with Flutter, view our online documentation.
For help on editing plugin code, view the documentation.