recordBenchmarkSync method
override
Implementation
@override
void recordBenchmarkSync() {
_methodCalls.add('recordBenchmarkSync');
_activeBenchmark?.recordSync();
}
@override
void recordBenchmarkSync() {
_methodCalls.add('recordBenchmarkSync');
_activeBenchmark?.recordSync();
}