get Accounts Async
open fun getAccountsAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<List<Account>>)
Asynchronously retrieves customer accounts.
Parameters
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.