unsetenv function

void unsetenv(
  1. String name
)

Implementation

void unsetenv(String name) => platform.unsetenv(name);