select method

void select(
  1. String path
)

Switch Tab

Implementation

void select(String path) {
  state.value = path;
}