forward method

void forward()

Navigates forward in the platform's history.

Implementation

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