forward function

void forward()

Moves one entry forward in browser history.

Implementation

void forward() {
  navigation.forward();
}