onSetup property

Future<void> Function() onSetup
final

A function that will be called to set up the benchmark before running it.

Implementation

final Future<void> Function() onSetup;