Is there a way to clear the `hiltViewModel()` manu...
# android
o
Is there a way to clear the
hiltViewModel()
manually? How does
onCleared()
gets called when a destination gets popped off the back stack with
hiltViewModel()
? (edited)