Skip to content

Instantly share code, notes, and snippets.

@hlung
Created April 30, 2019 09:41
Show Gist options
  • Save hlung/b7446639e85017dfd681ef8d472a0273 to your computer and use it in GitHub Desktop.
Save hlung/b7446639e85017dfd681ef8d472a0273 to your computer and use it in GitHub Desktop.
getPokemonList(
success: { data in
self.update(data: data)
return KotlinUnit()
}, failure: {
self.handleError($0?.message)
return KotlinUnit()
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment