resetLastLaunch static method

dynamic resetLastLaunch()

Reset first launch

Implementation

static resetLastLaunch() async {
  await useMonitoringMethod(() async {
    await writeValue("last_launch", DateTime.now().toString());
  });
}