get Streak Async
open fun getStreakAsync(parameters: GetStreakParameters, cancellationSignal: CancellationSignal?, callback: WalletCallback<Streak>)
Asynchronously retrieves a single streak by its type and identifier.
Parameters
parameters
Parameters identifying the streak to retrieve.
cancellation Signal
A signal for canceling the asynchronous operation (nullable).
callback
The callback to be invoked upon completion or error.