Skip to content

Instantly share code, notes, and snippets.

@hasankucuk
Created January 21, 2021 11:14
Show Gist options
  • Save hasankucuk/dbf60c20bc5024a979d419282835c730 to your computer and use it in GitHub Desktop.
Save hasankucuk/dbf60c20bc5024a979d419282835c730 to your computer and use it in GitHub Desktop.
public interface SharedFlow<out T> : Flow<T> { public val replayCache: List<T> }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment