Refer to List.sort.
Additionally returns the list.
Future<List<E>> sort([int compare(E a, E b)?]) async { return (await this)..sort(compare); }