printQRCode method
Implementation
Future<int> printQRCode(String data,
{ImageWidth? width, ImageAlignment? imageAlignment}) {
throw UnimplementedError("printQRCode() has not been implemented.");
}
Future<int> printQRCode(String data,
{ImageWidth? width, ImageAlignment? imageAlignment}) {
throw UnimplementedError("printQRCode() has not been implemented.");
}