stopBatteryBenchmark static method

Future<BenchmarkResult?> stopBatteryBenchmark()

Implementation

static Future<BenchmarkResult?> stopBatteryBenchmark() async {
  return _instance.stopBatteryBenchmark();
}