1. override
void postTest()

Called by the testWidgets function after a test is executed.

Source

@override
void postTest() {
  super.postTest();
  assert(_fakeAsync != null);
  assert(_clock != null);
  _clock = null;
  _fakeAsync = null;
}