setEnv static method

void setEnv(
  1. String env
)

Implementation

static void setEnv(String env) => _envOverride = env;