Future<void> printQR(String data, int size) async { IminPrinterPlatform.instance.printQR(data, size); }