printSingleLabelWithGapDetection method
Print single label with gap detection and proper positioning
Implementation
Future<bool> printSingleLabelWithGapDetection({
required String qrData,
required String textData,
required double width,
required double height,
String? unit,
int? dpi,
int? copies,
int? textSize,
}) {
throw UnimplementedError('printSingleLabelWithGapDetection() has not been implemented.');
}