recordBenchmarkLocationUpdate method

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

Records a location update for benchmarking.

Implementation

@override
void recordBenchmarkLocationUpdate({double? accuracy}) =>
    _instance.recordBenchmarkLocationUpdate(accuracy: accuracy);