load static method

Future<void> load()

Implementation

static Future<void> load() async {
  await dotenv.load();
}