setEnv method

dynamic setEnv(
  1. ENV newValue
)

Implementation

setEnv(ENV newValue) {
  state = newValue;
}