@override printQRCode(String str) async { return await methodChannel.invokeMethod('getQRCode',str); }