Returns a map of all environment variables.
The keys are the names of the environment variables, and the values are their corresponding values.
@override Map<String, String> all() => dotenv.env;