Escalar Alcoia i Comtat
core
/
com.arnyminerz.escalaralcoiaicomtat.core.utils
/
uiLet
ui
Let
suspend
fun
<
T
,
R
>
T
.
uiLet
(
block
:
suspend
(
T
)
->
R
)
:
R
Runs the block at
block
with the UI context.
Author
Arnau Mora
Since
20220331
Parameters
block
The code to run.