menu
openfoodfacts package
documentation
utils/AbstractQueryConfiguration.dart
AbstractQueryConfiguration
computeCountryCode method
computeCountryCode method
dark_mode
light_mode
computeCountryCode
method
String
?
computeCountryCode
(
)
Implementation
String?
computeCountryCode() => OpenFoodAPIConfiguration.computeCountryCode(country,
null
);
openfoodfacts package
documentation
utils/AbstractQueryConfiguration
AbstractQueryConfiguration
computeCountryCode method
AbstractQueryConfiguration class