void forward()

Navigates forward in the platform's history.

Source

void forward() {
  this.platformStrategy.forward();
}