openView method

void openView(
  1. View view
)

Implementation

void openView(View view) {
  window.location.hash = fullPathOfView(view);
}