toggle menu
NavigationApp
androidJvm
switch theme
search in API
navigation-ux-views-compose
/
com.mapbox.dash.compose
/
koinViewModel
koin
View
Model
@
Composable
inline
fun
<
VM
:
ViewModel
>
koinViewModel
(
storeOwner
:
ViewModelStoreOwner
=
requireNotNull(LocalViewModelStoreOwner.current)
,
viewTreeScopeOwner
:
Scope
=
requireNotNull(LocalViewTreeScopeOwner.current)
)
:
VM