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