appAttestAttestKey method
Produces an attestation object for the given key.
Implementation
Future<IntegrityResult> appAttestAttestKey({
required String keyId,
required String clientDataHash,
}) {
throw UnimplementedError('appAttestAttestKey() has not been implemented.');
}