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

What’s Next