selectAll method

void selectAll(
  1. List<String> ids
)

全选

Implementation

void selectAll(List<String> ids) {
  _state?.selectAll(ids);
}