Suresh Maidaragi
02/13/2024, 8:31 AMSavedStateHolder
from package moe.tlaster.precompose.stateholder
is same as Native SavedStateHandle
? from package androidx.lifecycle
If so, how can we access
access value as like in native in moko
savedStateHandle.get<String>(Screen.ARGS_KEY) //native code
alex009
02/13/2024, 8:39 AM