printLabel abstract method

Future<void> printLabel({
  1. String? deviceId,
  2. PrinterConnectionType? connectionType,
  3. required LabelModel labelModel,
})

Implementation

Future<void> printLabel({
  String? deviceId,
  PrinterConnectionType? connectionType,
  required LabelModel labelModel,
});