getEnvironmentVariable abstract method

String? getEnvironmentVariable(
  1. String name
)

Get an environment variable value. Returns null if not available or not supported on this platform.

Implementation

String? getEnvironmentVariable(String name);