static Future<String> get scanQR async { final String qrContent = await _channel.invokeMethod('scanQR'); return qrContent; }