toggle menu
core
2.0.0
common
switch theme
search in API
core
/
pro.respawn.apiresult
/
tryFlow
try
Flow
inline
fun
<
T
>
ApiResult.Companion
.
tryFlow
(
crossinline
call
:
suspend
(
)
->
T
)
:
Flow
<
ApiResult
<
T
>
>
Emits
ApiResult.Loading
, then executes
call
and wraps it.
See also
as
Api
Result