getCountry method Null safety

dynamic getCountry()

Returns the global country for API queries?

Implementation

static OpenFoodFactsCountry? getCountry() =>
    OpenFoodAPIConfiguration.globalCountry;