setUpAllDidRun property
Called immediately after Recorder.setUpAll future is resolved.
This is useful, for example, to kick off a profiler or a tracer such that the "set up" computations are not included in the metrics.
Implementation
final AsyncVoidCallback setUpAllDidRun;