sort method

void sort()

call this method to start the sort.

Implementation

void sort() {
  // ignore: discarded_futures
  waitForEx<void>(_sort());
}