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