uriHelperEventsTest top-level constant

UriHelper const uriHelperEventsTest

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

Implementation

const UriHelper uriHelperEventsTest = UriHelper(
  host: 'events.openfoodfacts.net',
  isTestMode: true,
);