imprimirTodasFuncoes method

Future<PrinterStatus> imprimirTodasFuncoes(
  1. Uint8List data,
  2. int width,
  3. int height,
  4. bool finalizarImpressao,
)

Implementation

Future<PrinterStatus> imprimirTodasFuncoes(
    Uint8List data, int width, int height, bool finalizarImpressao) {
  throw UnimplementedError(
      'imprimirTodasFuncoes(Uint8List data, int width, int height) has not been implemented.');
}