identifierForVendor property

  1. @Deprecated("Use nullable DeviceInfo.data['identifierForVendor'] instead.")
String get identifierForVendor

Unique UUID value identifying the current device.

Implementation

@Deprecated("Use nullable DeviceInfo.data['identifierForVendor'] instead.")
static String get identifierForVendor =>
    _deviceParameters['identifierForVendor'] ?? '';