refreshState static method

dynamic refreshState(
  1. String stateName
)

Refresh the state of the form

Implementation

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