showLearning static method

bool showLearning()

Implementation

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