generateKey method

Future<String> generateKey()

Creates a new cryptographic key for use with the App Attest service.

See the documentation in DeviceCheck's DCAppAttestService#generateKey

Implementation

Future<String> generateKey() async {
  return _hostApi.appAttestServiceGenerateKey();
}