deselectAll method

void deselectAll()

Implementation

void deselectAll() {
  _selectionState = SelectionState.none;
  _selectionRowKeys.clear();
  notifyListeners();
}