goBackWeb function

dynamic goBackWeb()

Implementation

goBackWeb() {
  html.window.history.back();
}