codeHash property

String? codeHash
getter/setter pair

Hash of binary on Android, modified hash excluding app metadata (e.g. provisioning profile) on iOS.

NOTE - releases with the same code but different version numbers will have the same code_hash NOTE - ad-hoc iOS releases with the same code but different provisioning profiles will have the same code_hash

Implementation

core.String? codeHash;