uriHelperFoodTest top-level constant

UriProductHelper const uriHelperFoodTest

Uri of the test requests to the backend (OFF).

Implementation

const UriProductHelper uriHelperFoodTest = UriProductHelper(
  domain: 'openfoodfacts.net',
  userInfoForPatch: HttpHelper.userInfoForTest,
  isTestMode: true,
);