ButtonInteractionHandler typedef

ButtonInteractionHandler = FutureOr<void> Function(IButtonInteractionEvent)

Function that will handle execution of button interaction event

Implementation

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