onPrinterCustomer method

void onPrinterCustomer(
  1. bool value
)

Implementation

void onPrinterCustomer(bool value) async {
  stone.payment.printerCurrentTransaction(printCustomerSlip: value);
}