fingerprint property

String get fingerprint

A string that uniquely identifies this build. Empty string if not available.

Implementation

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