selectHistory method

void selectHistory(
  1. String path
)

Implementation

void selectHistory(String path) {
  _shouldAddHistory = false;
  // goRouter.go(path);
}