signingKeyCertFingerprints property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Use signingKeyCerts instead.
The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.
Deprecated.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.List<core.String>? signingKeyCertFingerprints;