Skip to content

Instantly share code, notes, and snippets.

@putrarifin
Created December 5, 2020 05:20
Show Gist options
  • Save putrarifin/6457ba4f13e5f4f23b46c7d77506cf06 to your computer and use it in GitHub Desktop.
Save putrarifin/6457ba4f13e5f4f23b46c7d77506cf06 to your computer and use it in GitHub Desktop.
companion object {
val IS_DARK_MODE = preferencesKey<Boolean>("dark_mode")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment