appStoreIdentifierCCG property
String
get
appStoreIdentifierCCG
Implementation
static String get appStoreIdentifierCCG
{
switch (EnvironmentVariable.environmentType) {
case EnumEnvironmentType.chantchoraleetgroupe:
return '/chant-chorale-et-groupe/id6443429478';
case EnumEnvironmentType.chantdesperance:
return "/chant-déspérance-lyrics/id6475238090";
case EnumEnvironmentType.chantdesperancelegacy:
return "/chant-déspérance-legacy/id6740459310";
case EnumEnvironmentType.lyricevangelique:
return '/lyric-evangelique/id6737840825';
case EnumEnvironmentType.chantlyric:
return '/chant-lyric/id6737840853';
default:
return '/chant-chorale-et-groupe/id6443429478';
}
//return "/chant-chorale-et-groupe/id6443429478";
}