printMultipleLabelsWithGapDetection method
Print multiple labels with different content and proper gap detection
Implementation
Future<bool> printMultipleLabelsWithGapDetection({
required List<Map<String, dynamic>> labelDataList,
required double width,
required double height,
String? unit,
int? dpi,
int? copiesPerLabel,
int? textSize,
}) {
throw UnimplementedError('printMultipleLabelsWithGapDetection() has not been implemented.');
}