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