Future funcThatMakesAsyncCall() async { var result = await funcThatReturnsFuture(); print(result); setState(() { someVal = result; }) }.
確定! 回上一頁