static String? getEnvironment(String key, [String? defaultValue]) { return Platform.environment[key] ?? defaultValue; }