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