printReceiptWithQr method

Future<String?> printReceiptWithQr()

Implementation

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