toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks
/
rememberDispatchAsync
remember
Dispatch
Async
@
Composable
inline
fun
<
A
>
rememberDispatchAsync
(
alias
:
String
?
=
null
,
noinline
onBefore
:
DispatchCallback
<
A
>
?
=
null
,
noinline
onFinally
:
DispatchCallback
<
A
>
?
=
null
)
:
DispatchAsync
<
A
>