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