How to dispatch action using Notification inside a ListRecord class

I have a use Filament\Resources\Pages\ListRecords class and inside it is getCustomHeaderActions. I have an action inside that will show a Notification with action button that I want to dispatch an event. But I cannot the event is not firing.
image.png
image.png
Was this page helpful?