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

What’s Next