printText method
Future<PrinterStatus>
printText(
- String text,
- bool finishPrinting, {
- TextOptions? options,
- int size = defaultFontSize,
- Font? font,
- AlignmentTypes align = AlignmentTypes.left,
Implementation
Future<PrinterStatus> printText(String text, bool finishPrinting,
{TextOptions? options,
int size = defaultFontSize,
Font? font,
AlignmentTypes align = AlignmentTypes.left}) {
throw UnimplementedError('"printText" has not been implemented.');
}