Skip to content

Instantly share code, notes, and snippets.

@PatilShreyas
Created August 17, 2021 12:11
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 PatilShreyas/8d751a4c397967526900b5c146d47958 to your computer and use it in GitHub Desktop.
Save PatilShreyas/8d751a4c397967526900b5c146d47958 to your computer and use it in GitHub Desktop.
sealed class ConnectionState {
object Available : ConnectionState()
object Unavailable : ConnectionState()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment