Cs10Z100PosPrinter class
A Flutter plugin for printing on the integrated terminal of CS10-Z100 POS devices.
Constructors
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
-
addQrCode(
PrinterQrCode qrCode) → Future< bool> - Adds a PrinterQrCode object to the print queue.
-
addString(
PrinterText printerText) → Future< bool> - Adds a PrinterText object to the print queue.
-
addToQueue(
Printable obj) → Future< bool> - Adds a Printable object to the print queue.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
printCheckStatus(
) → Future< PrinterStatus> - Check printer status
-
printClose(
) → Future< bool> - Close printing and clear queue
-
printInit(
) → Future< bool> - Initializes the printer.
-
printStart(
) → Future< bool> - Start printing process
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited