printSmartLabel method
Print smart label with auto-positioning based on label size
Implementation
@override
Future<bool> printSmartLabel(Map<String, dynamic> labelData) async {
final result = await methodChannel.invokeMethod<bool>('printSmartLabel', labelData);
return result ?? false;
}