Skip to content

Instantly share code, notes, and snippets.

@vamsitallapudi
Created December 13, 2020 15:09
Show Gist options
  • Save vamsitallapudi/7c881400e922e34351985f7196c0db1b to your computer and use it in GitHub Desktop.
Save vamsitallapudi/7c881400e922e34351985f7196c0db1b to your computer and use it in GitHub Desktop.
interface PrefRepo {
fun updateDarkMode(enabled: Boolean)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment