appAttestGenerateAssertion method

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

Produces an assertion for the given (already attested) key.

Implementation

Future<IntegrityResult> appAttestGenerateAssertion({
  required String keyId,
  required String clientDataHash,
}) {
  throw UnimplementedError(
      'appAttestGenerateAssertion() has not been implemented.');
}