recordBenchmarkLocationUpdate static method

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

Implementation

static void recordBenchmarkLocationUpdate({double? accuracy}) {
  _instance.recordBenchmarkLocationUpdate(accuracy: accuracy);
}