Future <void> main() async { .. } And finally, we make use of await keyword when we want to wait for the asynchronous function to finish.
確定! 回上一頁