printQrCode method
Implementation
Future<void> printQrCode(String data, {IminQrCodeStyle? qrCodeStyle}) {
throw UnimplementedError('printQrCode() has not been implemented.');
}
Future<void> printQrCode(String data, {IminQrCodeStyle? qrCodeStyle}) {
throw UnimplementedError('printQrCode() has not been implemented.');
}