toggle menu
app
androidJvm
switch theme
search in API
app
/
io.github.casl0.jvnlookup.ui.components
/
SnackbarLaunchedEffect
Snackbar
Launched
Effect
@
Composable
fun
Flow
<
Int
>
.
SnackbarLaunchedEffect
(
snackbarHostState
:
SnackbarHostState
,
actionLabel
:
Int
?
=
null
,
actionCallback
:
(
SnackbarResult
)
->
Unit
?
=
null
)