BeforeChangeMultiSelection<T> typedef

BeforeChangeMultiSelection<T> = Future<bool?> Function(List<T> prevItems, List<T> nextItems)

Implementation

typedef BeforeChangeMultiSelection<T> = Future<bool?> Function(
    List<T> prevItems,
    List<T> nextItems,
    );