completeIsUvpaaRequest method
Reports the result of a
PublicKeyCredential.isUserVerifyingPlatformAuthenticator()
call. The extension must call this for every
onIsUvpaaRequest
event it has received.
Implementation
Future<void> completeIsUvpaaRequest(IsUvpaaResponseDetails details) async {
await promiseToFuture<void>(
$js.chrome.webAuthenticationProxy.completeIsUvpaaRequest(details.toJS));
}