getFranchise
Get a franchise by id
This function returns a franchise by the Id passed in the parameters.
func getFranchise(byId id: String, completion: @escaping (_ model: FranchiseResultView?, _ error: String?)->()) {
}
Updated over 2 years ago
What’s Next