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

What’s Next