resetChoices method

List<MultiselectOption> resetChoices()

Implementation

List<MultiselectOption> resetChoices() {
  ref.invalidateSelf();
  return [];
}