Clears the active dataset sort and rebuilds the dataset view.
Future<bool> clear({bool notify = true}) { return set(const <FdcDataSetSort>[], notify: notify); }