MultiselectInteractionHandler typedef

MultiselectInteractionHandler = FutureOr<void> Function(IMultiselectInteractionEvent)

Function that will handle execution of dropdown event

Implementation

typedef MultiselectInteractionHandler = FutureOr<void> Function(IMultiselectInteractionEvent);