A keyword used to pause execution until an asynchronous operation completes.
The "await" keyword in Dart is like pausing a video game to read a text message. It tells your program to wait for an asynchronous task to finish before moving on to the next step. "await" makes sure you have the result before continuing.