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