Error: The await expression can only be used in an async function. (Solved) 💢 Error 메시지 The await expression can only be used in an async function. Try making the function body with either 'async' or 'async*'. A value of type 'future' can't be assigned to a variable of type 'list'. try changing the type of the variable, or casting the right-hand type to 'list'. 📍 Trial and Error1 GetFromServer()..