Skip to content

Instantly share code, notes, and snippets.

View yogithesymbian's full-sized avatar
🏠
Working from home

Yogi Arif Widodo yogithesymbian

🏠
Working from home
View GitHub Profile
@yogithesymbian
yogithesymbian / scratch.dart
Created August 16, 2021 23:31 — forked from angelabauer/scratch.dart
Starting Code for Futures/Async/Await Demo
import 'dart:io';
void main() {
performTasks();
}
void performTasks() {
task1();
task2();
task3();