identifierForVendor property
- @Deprecated("Use nullable DeviceInfo.data['identifierForVendor'] instead.")
Unique UUID value identifying the current device.
Implementation
@Deprecated("Use nullable DeviceInfo.data['identifierForVendor'] instead.")
static String get identifierForVendor =>
_deviceParameters['identifierForVendor'] ?? '';