resetLaunchCount static method

dynamic resetLaunchCount()

Reset launch count

Implementation

static resetLaunchCount() async {
  await useMonitoringMethod(() async {
    await writeValue("launch_count", "0");
  });
}