MyPosPaper class

Constructors

MyPosPaper()

Properties

commands List<Map<String, dynamic>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addCutLine() → void
addDoubleText(String leftText, String rightText) → void
addImage(List<int> byteData) → void
addImageBase64(String base64Image) → void
addQrCode(String qrCodeText, {int? size = 200}) → void
addSpace(int lines) → void
addText(String text, {int fontSize = 24, PrinterAlignment alignment = PrinterAlignment.left}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
print() Future<PrintResponse>
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Properties

cutLineImage String
getter/setter pair