getEnvironmentVariable method
Get an environment variable value. Returns null if not available or not supported on this platform.
Implementation
@override
String? getEnvironmentVariable(String name) {
return io.Platform.environment[name];
}
Get an environment variable value. Returns null if not available or not supported on this platform.
@override
String? getEnvironmentVariable(String name) {
return io.Platform.environment[name];
}