stateRefresh static method

dynamic stateRefresh(
  1. String stateName
)

Refresh the state of the form

Implementation

static stateRefresh(String stateName) {
  updateState(state(stateName), data: {
    "action": "refresh",
  });
}