getCountryFlagImage function
Implementation
NetworkImage getCountryFlagImage(String country) {
return NetworkImage(
getCountryFlagUrl(country),
scale: 1.0,
);
}
NetworkImage getCountryFlagImage(String country) {
return NetworkImage(
getCountryFlagUrl(country),
scale: 1.0,
);
}