load static method

dynamic load()

Load the environment variables from the .env file. Directly calls load from the dotenv package.

Implementation

static load() => dot.load();