Future <void> asyncAwait() async{ print('Started'); try{ await Future.delayed(Duration(seconds: 5)); print('Completed first');
確定! 回上一頁