printSmartSequence method

Future<bool> printSmartSequence(
  1. List<Map<String, dynamic>> labelDataList
)

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.');
}