Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created May 17, 2023 09:51
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 saqib-github-commits/f5c25e32e80376a60fefca3f35726c7c to your computer and use it in GitHub Desktop.
Save saqib-github-commits/f5c25e32e80376a60fefca3f35726c7c to your computer and use it in GitHub Desktop.
@Composable
@NonRestartableComposable
fun DisposableEffect(
key1: Any?,
effect: DisposableEffectScope.() -> DisposableEffectResult
) {
remember(key1) { DisposableEffectImpl(effect) }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment