getSplashSubtitle static method

String getSplashSubtitle()

Implementation

static String getSplashSubtitle() {
  return appProperties['splashSubText'] ?? '';
}