set method

void set(
  1. String key,
  2. String value
)

Set the value of an environment variable.

Implementation

void set(String key, String value) => _delegate.set(key, value);