recordBenchmarkLocationUpdate method

  1. @override
void recordBenchmarkLocationUpdate({
  1. double? accuracy,
})
override

Implementation

@override
void recordBenchmarkLocationUpdate({double? accuracy}) {
  _methodCalls.add('recordBenchmarkLocationUpdate');
  _activeBenchmark?.recordLocationUpdate(accuracy: accuracy);
}