Returns the raw String value for key in the active environment.
key
Throws EnvKeyNotFoundException if the key does not exist.
EnvKeyNotFoundException
static String get(String key) => EnvManager.instance.get(key);