getPrinters method
Lista as impressoras disponÃveis para o printerType informado.
Implementation
@override
Future<List<Printer>> getPrinters({required PrinterType printerType}) async {
return await ThermalPrinterFlutterPlatform.instance
.getPrinters(printerType: printerType);
}