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