resetTabIndex method

dynamic resetTabIndex(
  1. int tabIndex
)

Reset the tab

Implementation

resetTabIndex(int tabIndex) {
  updateState(state, data: {"action": "reset-tab", "tab-index": tabIndex});
}