You can do it in 2 ways: Using Timer class. import 'dart:async'; // Go to Page2 after 5s. Timer(Duration(seconds: 5), ...
確定! 回上一頁