withLocalNetworkPermissionRetry
internal suspend fun <T> withLocalNetworkPermissionRetry(url: String, block: suspend () -> T): T(source)
Executes the withLocalNetworkPermissionRetry step in the SDAI domain layer.
Return
Result produced by withLocalNetworkPermissionRetry.
Author
Dmitriy Moroz
Parameters
url
remote URL used by the operation.
block
block value consumed by the API.
Throws
when the delegated operation cannot complete.