Skip to content

Instantly share code, notes, and snippets.

@JacquesSmuts
Last active May 21, 2019 20:26
Show Gist options
  • Save JacquesSmuts/6cdad47d20e6c4f2a92ebee4f1ff8640 to your computer and use it in GitHub Desktop.
Save JacquesSmuts/6cdad47d20e6c4f2a92ebee4f1ff8640 to your computer and use it in GitHub Desktop.
fun saveUsername(username: String) {
StorageService.getInstance().saveUsername(username) { result ->
handleResult(result)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment