enableLog method

RequestX enableLog(
  1. bool enable
)

Implementation

RequestX enableLog(bool enable) {
  _enableLog = enable;
  return this;
}