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
Just a cosmetic issue;
NullPointerException is used a lot in Java but I think naming is not exactly correct. Since there are no "pointers" in Dart it may be better to rename it as NullReferenceException (as in C#)