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