print method

Implementation

Future<PrintResponse> print() async {
  return MyPos.printPaper(this);
}