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