Returns the raw string value for the given key, or null if not found.
key
null
Example:
final host = env.get('DATABASE_HOST');
String? get(String key);