fingerprint property
A string that uniquely identifies this build.
Implementation
@Deprecated("Use nullable DeviceInfo.data['fingerprint'] instead.")
static String get fingerprint => _deviceParameters['fingerprint'] ?? '';
A string that uniquely identifies this build.
@Deprecated("Use nullable DeviceInfo.data['fingerprint'] instead.")
static String get fingerprint => _deviceParameters['fingerprint'] ?? '';