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 12 months ago
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 12 months ago