runSavingAction

private inline suspend fun runSavingAction(crossinline action: suspend () -> Unit): ImageSaveResult(source)

Executes the runSavingAction step in the SDAI presentation layer.

Return

Result produced by runSavingAction.

Author

Dmitriy Moroz

Parameters

action

action value consumed by the API.