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