identifierForVendor property

String get identifierForVendor

Unique UUID value identifying the current device. Empty string if not available.

Implementation

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