retry
Wraps the original call with RetryCall wrapper. Allows to retry the original call based on RetryPolicy
Parameters
scope
Coroutine scope where the call should be run.
retryPolicy
A policy used for retrying the call.
Wraps the original call with RetryCall wrapper. Allows to retry the original call based on RetryPolicy
Coroutine scope where the call should be run.
A policy used for retrying the call.