pub async fn check_qr(context: &Context, qr: &str) -> Result<Qr>
Checks a scanned QR code.
The function should be called after a QR code is scanned. The function takes the raw text scanned and checks what can be done with it.