getSelectedData method

List<MultiSelectorEntity> getSelectedData(
  1. List<String> ids
)

Implementation

List<MultiSelectorEntity> getSelectedData(List<String> ids) {
  return _state?.getSelectedData(ids)??[];
}