printSmartSequence method
Print a sequence of smart labels with gap detection
Implementation
Future<bool> printSmartSequence(List<Map<String, dynamic>> labelDataList) {
throw UnimplementedError('printSmartSequence() has not been implemented.');
}