stateRefresh static method
Refresh the state of the form
Implementation
static void stateRefresh(String stateName) {
  updateState(state(stateName), data: {
    "action": "refresh",
  });
}Refresh the state of the form
static void stateRefresh(String stateName) {
  updateState(state(stateName), data: {
    "action": "refresh",
  });
}