get All Async
open fun getAllAsync(cancellationSignal: CancellationSignal?, callback: WalletCallback<InteroperabilitySubscriptionList>)
Asynchronously retrieves the details of one or more subscriptions within the Interoperability Network/s, including associated network configuration, communication channels, wallet settings, and other relevant subscription data.
Parameters
cancellation Signal
A CancellationSignal for canceling the operation.
callback
A callback to handle the result or error asynchronously.