imprimirTexto method

Future<PrinterStatus> imprimirTexto(
  1. String mensagem,
  2. bool finalizarImpressao, {
  3. TextOptions? options,
  4. int size = defaultFontSize,
  5. Font? font,
  6. AlignmentTypes align = AlignmentTypes.left,
})

Implementation

Future<PrinterStatus> imprimirTexto(String mensagem, bool finalizarImpressao,
    {TextOptions? options,
    int size = defaultFontSize,
    Font? font,
    AlignmentTypes align = AlignmentTypes.left}) {
  throw UnimplementedError(
      'imprimirTexto(String mensagem, TextOptions options, int size, Font font, AlignmentTypes align) has not been implemented.');
}