in lib/fake_async.dart [191:195]
void flushMicrotasks() { while (_microtasks.isNotEmpty) { _microtasks.removeFirst()(); } }