OnMultiSelectionCallback typedef

OnMultiSelectionCallback = void Function(List<int> selectedIndexes)

Multiple selection callback of list dialog

Implementation

typedef OnMultiSelectionCallback = void Function(List<int> selectedIndexes);