GertecPosPrinterController class

Inheritance

Constructors

GertecPosPrinterController.new({required GertecType gertecType})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

barcodePrint(BarcodePrint barcodePrint) Future<PrinterResponse>
override
checkStatusPrinter() Future<PrinterResponse>
override
cut() Future<PrinterResponse>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printLine(TextPrint textPrint) Future<PrinterResponse>
override
printTextList(List<TextPrint> textPrintList) Future<PrinterResponse>
override
toString() String
A string representation of this object.
inherited
wrapLine(int lineQuantity) Future<PrinterResponse>
override

Operators

operator ==(Object other) bool
The equality operator.
inherited