goBack()
Navigates back to the previous location in the history stack.
goBack(): this;
Notes
- The behavior of this method is platform dependent. It uses NavigationContext.navigateAsync() to navigate back within navigation history, if possible.
Related
class AppContext
A singleton class that represents the global application state.
