Get a qr code by id.
Future<QrCode> getQrCode(int qrCodeId) => _apiClient.getQrCode(qrCodeId).catchError((error) { _crashlytics?.recordError(error, StackTrace.current); throw error; });