globalCountry property

OpenFoodFactsCountry? globalCountry
getter/setter pair

A global way to specify the country code for queries, can be overwritten for each individual request by specifying the country code in the individual request configurations

Implementation

static OpenFoodFactsCountry? globalCountry;