getSignatureHash method
Returns the SHA-256 hex fingerprint of the app's signing certificate. Useful for one-time setup to discover and pin the expected hash.
Implementation
Future<SecurityResult<String?>> getSignatureHash() =>
_repository.getSignatureHash();