updateStateResetTab method

dynamic updateStateResetTab(
  1. int index,
  2. RouteView path
)

Implementation

updateStateResetTab(int index, RouteView path) =>
    updateState(path.stateName(),
        data: {"action": "reset-tab", "tab-index": index});