getLevel
Get a level by id
This function returns a level by the Id passed in the parameters.
func getLevel(byId id: String, completion: @escaping (_ model: LevelResultView?, _ error: String?)->()) {
}
Updated 12 months ago
Get a level by id
This function returns a level by the Id passed in the parameters.
func getLevel(byId id: String, completion: @escaping (_ model: LevelResultView?, _ error: String?)->()) {
}
Updated 12 months ago