resetLaunchCount static method
dynamic
resetLaunchCount()
Reset launch count
Implementation
static resetLaunchCount() async {
await useMonitoringMethod(() async {
await writeValue("launch_count", "0");
});
}
Reset launch count
static resetLaunchCount() async {
await useMonitoringMethod(() async {
await writeValue("launch_count", "0");
});
}