selectAll method
void
selectAll()
Implementation
void selectAll() {
_selectionState = SelectionState.exclude;
_selectionRowKeys.clear();
notifyListeners();
}
void selectAll() {
_selectionState = SelectionState.exclude;
_selectionRowKeys.clear();
notifyListeners();
}