天天看點

dart 異步

end 3秒後列印後列印hello;

dart 異步

等待 test執行完成後,在執行後續方法

dart 異步

使用異步有兩種方法 then 或者 async/await.

dart 異步

async/await 方法更易于了解,