print method
Implementation
@override
PrinterTextParserString print(EscPosPrinterCommands printerSocket) {
printerSocket.printText(
_text,
_textSize,
_textColor,
_textReverseColor,
_textBold,
_textUnderline,
_textDoubleStrike,
);
return this;
}