oskit-compose
Toggle table of contents
4.0.1
common
Platform filter
common
Switch theme
Search in API
oskit-compose
oskit-compose
/
com.outsidesource.oskitcompose.lib
/
rememberInjectForRoute
remember
Inject
For
Route
@
Composable
inline
fun
<
T
:
Any
>
rememberInjectForRoute
(
key
:
String
?
=
null
,
noinline
onDestroy
:
(
T
)
->
Unit
=
{}
,
noinline
parameters
:
ParametersDefinition
?
=
null
)
:
T