static String? getEnvVariable(String name) { Map<String, String> env = Platform.environment; return env[name]; }