MyPosPaper class
Constructors
Properties
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