printer property

void printer=(Printer _printer)

设置用户自己的打印

Implementation

static set printer(Printer _printer) {
  _printer = _printer;
}