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?)->()) {
}

What’s Next