Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created October 19, 2021 12:16
Show Gist options
  • Save victorbrndls/381a75156421ebebb27fe40124438ddb to your computer and use it in GitHub Desktop.
Save victorbrndls/381a75156421ebebb27fe40124438ddb to your computer and use it in GitHub Desktop.
DisposableEffect(dispatcher) {
dispatcher.addCallback(backCallback)
onDispose {
backCallback.remove()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment