printESC abstract method

Future<void> printESC({
  1. String? deviceId,
  2. PrinterConnectionType? connectionType,
  3. required PrintThermalModel printThermalModel,
})

Implementation

Future<void> printESC({
  String? deviceId,
  PrinterConnectionType? connectionType,
  required PrintThermalModel printThermalModel,
});