fingerprint property

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

A string that uniquely identifies this build.

Implementation

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