printReceipt method

Future<String?> printReceipt(
  1. TypeOwnerPrintEnum type
)

Print Receipt

Implementation

Future<String?> printReceipt(TypeOwnerPrintEnum type) {
  throw UnimplementedError('printReceipt() has not been implemented.');
}