Skip to content

Instantly share code, notes, and snippets.

View Schattenregel's full-sized avatar

Andre Ständer Schattenregel

View GitHub Profile
@legalcodes
legalcodes / main.dart
Last active November 25, 2019 23:42
Putting It All Together (More practice with async and await)
// Part 1
addHello(){}
// Part 2
//You can call the provided async function fetchUsername to return the username
greetUser(){}
// Part 3
//You can call the provided async function logoutUser to logout the user
sayGoodbye(){}