appAttestAttestKey method

Future<IntegrityResult> appAttestAttestKey({
  1. required String keyId,
  2. required String clientDataHash,
})

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.');
}