printText method
Future<PrintResult>
printText(
- String text, {
- TextAlignment alignment = TextAlignment.left,
- bool cutPaper = true,
Imprime texto simples
Implementation
Future<PrintResult> printText(
String text, {
TextAlignment alignment = TextAlignment.left,
bool cutPaper = true,
}) {
throw UnimplementedError('printText() has not been implemented.');
}