forward method

void forward()

Moves one entry forward in browser history.

Implementation

void forward() {
  web.window.history.forward();
}