setEnv method

dynamic setEnv(
  1. bool showHttpLog
)

Implementation

setEnv(bool showHttpLog) {
  state = showHttpLog;
}