BenchmarkCallback typedef

BenchmarkCallback = FutureOr<void> Function()

Benchmark callback definition.

Implementation

typedef BenchmarkCallback = FutureOr<void> Function();