getCountryFlagUrl function

String getCountryFlagUrl(
  1. String country
)

Implementation

String getCountryFlagUrl(String country) {
  return "https://static.iviva.com/flags/small/${country}.png";
}