selectItem method

void selectItem(
  1. String id
)

选中单个项目

Implementation

void selectItem(String id) {
  _state?.selectItem(id);
}