tsplPrintPDFBase64 abstract method
Prints a base64-encoded PDF directly on TSPL printer.
base64Encoded: Base64 string of PDF content.labelSize: Label dimensions (e.g., "100x100").
Implementation
Future<void> tsplPrintPDFBase64(String base64Encoded, LabelSize labelSize);