ButtonInteractionHandler typedef

ButtonInteractionHandler = FutureOr<void> Function(ButtonInteractionEvent)

Function that will handle execution of button interaction event

Implementation

typedef ButtonInteractionHandler = FutureOr<void> Function(ButtonInteractionEvent);