@override void initState() { //you are not allowed to add async modifier to initState Future.delayed(Duration.zero,() async { //your async 'await' codes ...
確定! 回上一頁