Blazored / Toast

A JavaScript free toast library for Blazor and Razor Component applications
https://blazored.github.io/Toast/
MIT License
663 stars 92 forks source link

[Feature Request] Check if toast was invoked #95

Closed minimalisticMe closed 3 years ago

minimalisticMe commented 3 years ago

In order to test my application correctly, I would love to check, whether a toast has been invoked or not. I would also like to know the content of the toast (optional).

minimalisticMe commented 3 years ago

I was way to fast, there is an interface IToastService I can attend to. Apologies, this issue can be closed.