putenv function

int putenv(
  1. String str
)

Implementation

int putenv(String str) => platform.putenv(str);