You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can specify a destination: parameter to the PopView constructor which will remove all the views from the stack until it reaches the specified one, or you can use the .root value to pop all views until root.
The pop method of navigation stack also has a similar parameter which defaults to .previous
Maybe an implementation of a function that clears the ViewStack
When called it will :
The text was updated successfully, but these errors were encountered: