MultiselectInteractionHandler typedef

MultiselectInteractionHandler = FutureOr<void> Function(MultiselectInteractionEvent)

Function that will handle execution of dropdown event

Implementation

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