withDownload

open suspend override fun <T> withDownload(block: suspend () -> T): T(source)

Executes the withDownload step in the SDAI presentation layer.

Return

Result produced by withDownload.

Author

Dmitriy Moroz

Parameters

block

block value consumed by the API.