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
attempt{
// something
return0}.catch{ error inprint(error)}.then{ value in // here we got a error: Reference to member 'then' cannot be resolved without a contextual type
print(value)}