I am using John Papa's Teastr library for notifications for my angular project. Is there any configuration provided by the library that can be configured to turn on or off the toasts. I tried looking into the API, but couldn't find anything.
One way is to have some flag, but then that piece of code may have to be included every time. Are there any other ways to accomplish this?