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