printSmartLabel method

Future<bool> printSmartLabel(
  1. Map<String, dynamic> labelData
)

Print smart label with auto-positioning based on label size

Implementation

Future<bool> printSmartLabel(Map<String, dynamic> labelData) {
  throw UnimplementedError('printSmartLabel() has not been implemented.');
}