getCountriesList

Get a list of countries

This function returns a list of countries.

suspend fun getCountriesList(): ResponseHolder<ArrayList<ApiCountryModel>?> {
    return HelpersRequests(baseUrl, activity).getCountriesList()
}