You need to use Future.forEach. main() async { print("main start"); await asyncOne(); print("main end"); } asyncOne() async ...
確定! 回上一頁