identifierForVendor property

String get identifierForVendor

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

Implementation

static String get identifierForVendor =>
    _deviceParameters['identifierForVendor'] ?? '';