updateAlwaysPrintResponse static method

void updateAlwaysPrintResponse(
  1. bool value
)

Implementation

static void updateAlwaysPrintResponse(bool value) {
  alwaysPrintResponse = value;
  _logger.info("Always print response set to: $alwaysPrintResponse");
}