alertDisableTab method
Disable the alert for the tab
Implementation
void alertDisableTab({required int tab}) {
updateState(_navigationTabStateName(tab), data: {"action": "disable"});
}
Disable the alert for the tab
void alertDisableTab({required int tab}) {
updateState(_navigationTabStateName(tab), data: {"action": "disable"});
}