i am using typesafe arg in navigation compose does anyone know how to retrieve the arguments from a
SaveStateHandle
using this approach
i
Ian Lake
08/21/2024, 2:03 PM
savedStateHandle.toRoute()
👍 2
t
Tushar
08/21/2024, 4:51 PM
@Ian Lake thanks for you reply
i have a
data class ScreenA(val id: Int, val customType: CustomType)
CustomType
is parcelable i don't own it's implementation how can i use it in my type safe navigation system i can't drop the customType it is a wrapper around string