callOnSelect method

void callOnSelect(
  1. T value
)

Implementation

void callOnSelect(T value) {
  onSelect(value);
}