remove method

void remove(
  1. String key
)

Remove a environment variable.

Implementation

void remove(String key) => _environment[key] = null;