Get all qr codes.
Future<List<QrCode>> getQrCodes() => _apiClient.getQrCodes().catchError((error) { _crashlytics?.recordError(error, StackTrace.current); throw error; });