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
Why does a function not check the type of a passed parameter when it is not assigned to any variable?
This prevented many of my utility functions from getting accurate type error warnings when used by dart developers, but they still reported errors at runtime.