stateReset static method
Resets the state
Implementation
static stateReset(String stateName) {
updateState(stateName, data: {"action": "reset", "data": {}});
}
Resets the state
static stateReset(String stateName) {
updateState(stateName, data: {"action": "reset", "data": {}});
}