stateRefreshForm static method

dynamic stateRefreshForm(
  1. String stateName
)

Refresh the state of the form

Implementation

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