toggle menu
hooks2
common
switch theme
search in API
hooks2
/
xyz.junerver.compose.hooks.useredux
/
useDispatch
use
Dispatch
@
Composable
inline
fun
<
A
>
useDispatch
(
alias
:
String
?
=
null
)
:
Dispatch
<
A
>
Use dispatch, Through this hook, you can easily obtain the global dispatch function
Return
Parameters
A