get Options Async
open fun getOptionsAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<List<PaymentOptionDetails>>)
Asynchronously retrieves available deposit options.
Parameters
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.