unselectAllRows method
void
unselectAllRows()
Unselects any selected row in the current resultset
Implementation
void unselectAllRows() => _state.unselectAllRows();
Unselects any selected row in the current resultset
void unselectAllRows() => _state.unselectAllRows();