您需要使用Future.foreach。 main() async { print("main start"); await asyncOne(); print("main end ...
確定! 回上一頁