get Biometric Credential Status Async
open fun getBiometricCredentialStatusAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<BiometricCredentialStatus>)
Asynchronously obtain the status of the biometric credential for the current device.
Parameters
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.