printZPL method

Future printZPL({
  1. String? printerName,
  2. required String zpl,
})

Implementation

Future<dynamic> printZPL({String? printerName, required String zpl}) =>
    throw UnimplementedError('Unsupported');