use_env method

void use_env(
  1. bool arg0
)

Implementation

void use_env(
  bool arg0,
) {
  return _use_env(
    arg0,
  );
}