getenv function

String? getenv(
  1. String name
)

Implementation

String? getenv(String name) => platform.getenv(name);