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