fetchCurrencies
fun fetchCurrencies(locale: Locale, forceRefresh: Boolean = false): LiveData<DataProviderLiveRequest<CurrenciesResponse>>
Fetch the list of API supported currencies for the given locale Will use cached value if it exists, the provided locale matches the cache, and forceRefresh is false
Parameters
locale
The locale for which the currencies list should be formatted in
forceRefresh
True if a request should be made even if a result already exists