setEnv method

void setEnv(
  1. String env
)

Implementation

void setEnv(String env) {
  _client?.options.baseUrl = _baseUrlEnv[env];
}