replaceChoice method
Implementation
List<MultiselectOption> replaceChoice(MultiselectOption choice) {
state = [choice];
return [choice];
}
List<MultiselectOption> replaceChoice(MultiselectOption choice) {
state = [choice];
return [choice];
}