We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 477951e + 40ce708 commit 4119837Copy full SHA for 4119837
1 file changed
packages/passkeys/passkeys_android/lib/passkeys_android.dart
@@ -106,7 +106,7 @@ class PasskeysAndroid extends PasskeysPlatform {
106
//
107
@override
108
Future<void> cancelCurrentAuthenticatorOperation() async {
109
- return;
+ return _api.cancelCurrentAuthenticatorOperation();
110
}
111
112
// In case of android we link passkey support to the availability of the biometric authentication
0 commit comments