getEnv static method

String getEnv()

Implementation

static String getEnv() {
  return prefs.getString(_envPrefsKey) ?? '2';
}