appAttestGenerateKey method
Generates a new App Attest hardware-backed key. Returns the keyId
in IntegrityResult.token.
Implementation
Future<IntegrityResult> appAttestGenerateKey() {
throw UnimplementedError(
'appAttestGenerateKey() has not been implemented.');
}