forEach ((num) async { await Future.delayed(Duration(seconds: 1)); print(DateTime.now()); print(num); }); // ↑上の処理が終わったら実行して ...
確定! 回上一頁