Skip to content

Instantly share code, notes, and snippets.

View Schattenregel's full-sized avatar

Andre Ständer Schattenregel

View GitHub Profile
@Schattenregel
Schattenregel / hint.txt
Created April 18, 2019 21:27 — forked from legalcodes/main.dart
Putting It All Together (More practice with async and await)
Remember to (1) return a Future (2) mark greetUser as an async function (3) use the await keyword