You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some times you want to know if a specific type is registered or not. currently, the only way to know is to get it inside a try-catch.
It would be nice to add some boolean method for that case.