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