When using `await` in a Dart expression, you'll get the following error: ``` CompilationError: 'await' can only be used in 'async' or 'async*' methods. ```