setOptions method
Set the options for the picker
Implementation
void setOptions(FormCollection options) {
stateAction("setOptions", state: state, data: {"options": options});
}
Set the options for the picker
void setOptions(FormCollection options) {
stateAction("setOptions", state: state, data: {"options": options});
}