get Single Account Async
open fun getSingleAccountAsync(accountId: String, cancellationSignal: CancellationSignal?, callback: WalletCallback<Account>)
Asynchronously retrieves customer account.
Parameters
account Id
The id of the account to retrieve
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.