getTownsListGet a list of townsThis function returns a list of towns depend on country code. Textsuspend fun getTownsList(locale: String): ResponseHolder<ArrayList<ApiTown>?> { return HelpersRequests(baseUrl, activity).getTownsByLocale(schemeId, locale) } 📘Country codeVariable "locale" equals country codeUpdated about 1 year ago getCountriesListgetCurrencyByFilterCopy Page