stateSetOptions static method
Set field in the form
Implementation
static stateSetOptions(String stateName, String key, dynamic value) {
updateState(state(stateName),
data: {"action": "setOptions", "key": key, "value": value});
}
Set field in the form
static stateSetOptions(String stateName, String key, dynamic value) {
updateState(state(stateName),
data: {"action": "setOptions", "key": key, "value": value});
}