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
error_object.dart cannot handle server error like one in the screenshot below.
The real server response is 402 Unprocessable Entity, but, if we try to catch the exception, we got _CastError (type 'int' is not a subtype of type 'String' in type cast) instead