- override
This is called during test execution before and after the body has been executed.
It's used by AutomatedTestWidgetsFlutterBinding
to drain the microtasks
before the final pump
that happens during test cleanup.
Source
@override void asyncBarrier() { assert(_fakeAsync != null); _fakeAsync.flushMicrotasks(); super.asyncBarrier(); }