get Kyc Status Async
open fun getKycStatusAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<KycVerification>)
Asynchronously retrieves the KYC status of the user.
Parameters
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.