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