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