clearSort method

void clearSort()

Revert to original sort order

Implementation

void clearSort() {
  _clearColumnsSortData();
  _ensureSort();
  _updateRows(notify: true);
  _notifyOnSort();
}