Looking for a way to print notification/alerts on graphana UI

I am currently developing a panel plugin in order to send json data to a REST API and I am looking for a way to print notifications on the UI like the one that appears when a Grafana dashboard is saved.
The only thing that I have found is the component in the @grafana/ui library but work has to be done to handle notification properly with timeout…

Is there any kind of root notification/alert component that exposes methods in order to it ?