load static method

Future<void> load()

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

Implementation

static Future<void> load() => dotenv.load();