packageSha256Hash property

String? packageSha256Hash
getter/setter pair

The SHA-256 hash of the app's APK file, which can be used to verify the app hasn't been modified.

Each byte of the hash value is represented as a two-digit hexadecimal number.

Implementation

core.String? packageSha256Hash;