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