Future<bool> onSort(int index) async { busy = true; await sort(index, null); busy = false; return true; }