printText method

Future<void> printText(
  1. String text,
  2. PrintTextStyle? style, {
  3. int? textWidth,
  4. PrintAlign? align,
})

Implementation

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