get All Async
open fun getAllAsync(parameters: CardParameters?, cancellationSignal: CancellationSignal?, callback: WalletCallback<CardList>)
Asynchronously retrieves list of all customer cards based on the provided parameters.
Parameters
parameters
CardParameters The parameters used to filter cards.
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.