sort method
void
sort()
call this method to start the sort.
Implementation
void sort() {
// ignore: discarded_futures
waitForEx<void>(_sort());
}
call this method to start the sort.
void sort() {
// ignore: discarded_futures
waitForEx<void>(_sort());
}