printText method
Implementation
Future<void> printText(String text, PrintTextStyle? style,
{int? textWidth, PrintAlign? align}) {
throw UnimplementedError('printText() has not been implemented.');
}
Future<void> printText(String text, PrintTextStyle? style,
{int? textWidth, PrintAlign? align}) {
throw UnimplementedError('printText() has not been implemented.');
}