resetLastLaunch static method
Reset first launch
Implementation
static Future<void> resetLastLaunch() async {
  await useMonitoringMethod(() async {
    await writeValue("last_launch", DateTime.now().toString());
  });
}Reset first launch
static Future<void> resetLastLaunch() async {
  await useMonitoringMethod(() async {
    await writeValue("last_launch", DateTime.now().toString());
  });
}