recordBenchmarkLocationUpdate static method
- double? accuracy,
Implementation
static void recordBenchmarkLocationUpdate({double? accuracy}) {
_instance.recordBenchmarkLocationUpdate(accuracy: accuracy);
}
static void recordBenchmarkLocationUpdate({double? accuracy}) {
_instance.recordBenchmarkLocationUpdate(accuracy: accuracy);
}