getAppPreLogoPath static method

String getAppPreLogoPath()

Implementation

static String getAppPreLogoPath() {
  switch (AppConfig.instance.appInUse) {
    case AppInUse.g:
    case AppInUse.e:
    case AppInUse.c:
      return AppAssets.isologoAppWhite;
    default:
      return '';
  }
}