toSelectItem method

void toSelectItem(
  1. T item
)

Implementation

void toSelectItem(T item){
  _state?.toSelect(item);
}