unsetenv

open fun unsetenv(variable: String)

Arranges for @variable to be unset in the child's environment when @context is used to launch an application.

Since

2.32

Parameters

variable

the environment variable to remove