sort abstract method
Sorts this list according to the order specified by the compare function.
Implementation
void sort([int Function(E a, E b)? compare]);
Sorts this list according to the order specified by the compare function.
void sort([int Function(E a, E b)? compare]);