printControl method

void printControl(
  1. bool pc
)

Value to control console printing in flowC / flowServe.

Implementation

void printControl(bool pc) {
  _pB = pc;
  print('     :dawoApp:printControl: set to:  $pc');
}