resetFirstLaunch static method
dynamic
resetFirstLaunch()
Reset first launch
Implementation
static resetFirstLaunch() async {
await useMonitoringMethod(() async {
await writeValue("first_launch", DateTime.now().toString());
});
}