Read an environment variable.
@override String? getEnvironmentVariable(String name) => Platform.environment[name];