void back()

Navigates back in the platform's history.

Source

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