BeforeChangeMultiSelection<T> typedef
Null safety
Implementation
typedef Future<bool?> BeforeChangeMultiSelection<T>(
List<T> prevItems, List<T> nextItems);
typedef Future<bool?> BeforeChangeMultiSelection<T>(
List<T> prevItems, List<T> nextItems);