onSetup property
A function that will be called to set up the benchmark before running it.
Implementation
final Future<void> Function() onSetup;
A function that will be called to set up the benchmark before running it.
final Future<void> Function() onSetup;