Skip to content

Instantly share code, notes, and snippets.

@Suchiq
Created February 14, 2023 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Suchiq/6008d5a8116a989540fbf941fc9e282f to your computer and use it in GitHub Desktop.
Save Suchiq/6008d5a8116a989540fbf941fc9e282f to your computer and use it in GitHub Desktop.
interface FeatureFlag {
fun setKeyValue(key: String, value: Boolean)
fun getValue(key: String): Boolean
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment