on_notification_action_requested(
self,
message: NotificationActionRequested,
) -> NoneDispatch an in-place notification action, keeping the center open.
The action (e.g. ENTER_API_KEY) pushes a follow-up modal on top
of the still-mounted center, so it must run in a worker rather than
block the message pump while that modal awaits input.