attestKey method

Future<String?> attestKey({
  1. required String keyId,
  2. required String challenge,
})

Implementation

Future<String?> attestKey({
  required String keyId,
  required String challenge,
}) {
  throw UnimplementedError('attestKey() has not been implemented.');
}