menu
info_x package
documentation
device_info.dart
PlatformInfoFuture
deviceUUID property
deviceUUID property
dark_mode
light_mode
deviceUUID
property
Future
<
String
>
get
deviceUUID
Implementation
Future<String> get deviceUUID async => (await this).deviceId;
info_x package
documentation
device_info
PlatformInfoFuture
deviceUUID property
PlatformInfoFuture extension on
FutureOr
<
DeviceInfo
>