back method

void back()

Navigates back in the platform's history.

Implementation

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