ghosttyTerminalPlatformEnvironment function
Returns the current process environment on native platforms and an empty map on web.
Implementation
Map<String, String> ghosttyTerminalPlatformEnvironment() {
return platform_env.ghosttyTerminalPlatformEnvironment();
}