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