getLaunchCount static method
Retrieves the launch count for a given LaunchType.
Implementation
static int getLaunchCount(LaunchType type) {
return _launchCounts[type] ?? 0;
}
Retrieves the launch count for a given LaunchType.
static int getLaunchCount(LaunchType type) {
return _launchCounts[type] ?? 0;
}