back method
void
back()
The back() method of the History interface causes
the browser to move back one page in the session history.
It has the same effect as calling . If there is no previous page, this method call does nothing.
This method is . Add a listener for the
Window.popstate_event event in order to determine when the navigation
has completed.
Implementation
external void back();