getCurrency
Get a list of currencies
This function returns a list of currencies.
func getCurrency(filteredBy filters: String, completion: @escaping (_ model: [Currency]?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next
Get a list of currencies
This function returns a list of currencies.
func getCurrency(filteredBy filters: String, completion: @escaping (_ model: [Currency]?, _ error: String?)->()) {
}
Updated over 2 years ago