deselectItem method

void deselectItem(
  1. String id
)

取消选中单个项目

Implementation

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