clear method

  1. @override
dynamic clear()
override

Clears all the environment variables.

Implementation

@override
clear() {
  dotenv.clean();
}