back method

void back()

Implementation

void back() {
  PlatformRouter.instance.history.back();
}