recordBenchmarkSync method

  1. @override
void recordBenchmarkSync()
override

Implementation

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