beginPrint method

Future<bool?> beginPrint()

Implementation

Future<bool?> beginPrint() {
  return KozenPrinterPlatform.instance.beginPrint();
}