showLearning static method
Implementation
static bool showLearning() {
switch(AppConfig.instance.appInUse) {
case AppInUse.e:
case AppInUse.g:
return true;
default:
return false;
}
}
static bool showLearning() {
switch(AppConfig.instance.appInUse) {
case AppInUse.e:
case AppInUse.g:
return true;
default:
return false;
}
}