setTab method

void setTab(
  1. AppMainTabsEnum tab
)

Implementation

void setTab(AppMainTabsEnum tab) {
  state = tab;
}