printQrCode method
Print QR code
Implementation
Future<bool> printQrCode({
required String data,
int width = 200,
int height = 200,
bool showText = true,
int fontSize = 16,
int align = 1,
int paperWidth = 52,
bool isLabel = false,
bool tear = true,
}) {
throw UnimplementedError('printQrCode() has not been implemented.');
}