print abstract method
Future<void>
print({
- String? deviceId,
- PrinterConnectionType? connectionType,
- required PrintThermalModel model,
- bool openDrawer,
In hóa đơn. openDrawer = true thì mở két TRƯỚC khi gửi bill (thanh toán tiền mặt).
Xem PrinterLabel.printESC để biết lý do mở trước thay vì sau.
Implementation
Future<void> print({
String? deviceId,
PrinterConnectionType? connectionType,
required PrintThermalModel model,
bool openDrawer,
});